Skip to content

Add 'Add to existing Row with column' action#14

Merged
chetbox merged 1 commit into
clockwork-dog:mainfrom
guigro:add-to-existing-row-with-column
Jun 17, 2026
Merged

Add 'Add to existing Row with column' action#14
chetbox merged 1 commit into
clockwork-dog:mainfrom
guigro:add-to-existing-row-with-column

Conversation

@guigro

@guigro guigro commented Feb 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds a new event "Add to existing Row with column" that allows writing data to a specific column in an existing row
  • Input format: ID,COLUMN,value1,value2,... (e.g., PLAYER_123,C,Score,150 writes "Score" in C and "150" in D)
  • Supports multi-letter columns (AA, AB, DF, etc.)
  • Creates a new row with values at the correct offset if the key is not found

Test plan

  • yarn start compiles without errors
  • Send event with existing ID → values written at specified column
  • Send event with non-existing ID → new row created with values at correct column offset
  • Test with multi-letter columns (AA, AB, etc.)

🤖 Generated with Claude Code

New event that allows writing data to a specific column in an existing row.
Input format: ID,COLUMN,value1,value2,...
- Finds row by key in column A
- Writes values starting at the specified column (supports multi-letter columns like AA, DF)
- Creates new row if key not found

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

@chetbox chetbox left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for this. A very handy new feature.
Also apologies for the delay. I've been away for a while..!

@chetbox chetbox merged commit eddfa1d into clockwork-dog:main Jun 17, 2026
1 check passed
@chetbox

chetbox commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

This has been released in version 0.4.1.
Download from https://docs.cogs.show/plugins/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants