Symptoms
When using the Google Sheets Update Spreadsheet Row(s) action, you see the error message "Unable to get a value when looking for "responses". Is it empty or missing?".
This error will appear in the Zap editor when testing Zap steps or in Zap history after your Zap runs. The Zap run status will display as stopped.
Causes
This happens when:
- The row numbers mapped to the Row Number field aren't in line item format.
- The row numbers were separated by commas but were not truly formatted as line items.
- The value provided to the Row Number field does not exist in the spreadsheet.
- For example, the value
5051
is provided, but the spreadsheet contains only 100 rows.
- For example, the value
How to fix it
To fix the issue:
- Ensure the data from the previous step contains the row IDs and that they are formatted properly:
- If the row numbers are not formatted as line items, add a Formatter step to your Zap to re-create the row numbers as line items.
- If the previous step does not contain row numbers, add a Google Sheet step using the Lookup Spreadsheet Rows (output as Line Items) action.