Short answer: Drop the "Google Sheets → Update Values" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Spreadsheet ID spreadsheet_id | string | Required | Spreadsheet ID. Example: 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms |
Range range | string | Required | Range. Example: Sheet1!A1:D1 |
Values (JSON 2D array) values | string | Required | 2D array of values matching the range |
Value Input Option valueInputOption | options | Optional | Value Input Option. Options: User Entered, Raw |
{"spreadsheet_id": "e.g. 1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms","range": "e.g. Sheet1!A1:D1","values": "[[\"Updated Name\", \"updated@email.com\", \"2025-01-15\", \"Inactive\"]]","valueInputOption": "{{trigger.valueInputOption}}"}
{"updatedRows": 1,"updatedRange": "Sheet1!A1:D1","spreadsheetId": "1BxiMVs...","updatedColumns": 4}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.