Skip to content

Conversation

@guigro
Copy link
Contributor

@guigro guigro commented Feb 3, 2026

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>
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.

1 participant