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.
It’s working perfectly on make.com, I get the row number on Google Sheets row added trigger. Your workaround seems good but I don’t get why there is not the information to start with.