Short answer: You can update values in Google Sheets by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Sheets Update Values action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.