Describe the problem/error/question
I have a Google Sheets Trigger activated after a new row is being added. I want then to update this same row by updating a column. To ensure the update is consistent and safe, I want to base this update on the row number but I it is not returned by the trigger node. I must do a search with all the columns but the operation is expensive and not duplicates-safe.
How can I fix this missing row_number ?
What is the error message (if any)?
Column to match on (row_number) is not defined. Since the field is used to determine the row to update, it needs to have a value set.
Please share your workflow
Share the output returned by the last node
Column to match on (row_number) is not defined. Since the field is used to determine the row to update, it needs to have a value set.
Information on your n8n setup
- n8n version: 1.95.3
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): npx
- Operating system: MacOS 13