Google Sheets: Update Cell logo

Catalog action Integrations pipedream:google_sheets

Update a single cell value in a Google Sheet. Use this to modify specific cells, update statuses, change balances, or correct data. Provide the cell reference in A1 notation (e.g., 'B2'). Provide the full Google Sheets URL (spreadsheet ID and sheet tab are extracted automatically from the URL). Ideal for: status updates, balance tracking, dashboard values, single-field corrections.

At a Glance

FieldValue
Action IDgoogle-sheets-update-cell
CategoryIntegrations
Connectorpipedream:google_sheets
Requires gasNo
Funds movementNone declared
Tagspipedream, integration, oauth, google-sheets, spreadsheet, write, update, data

Payload Schema

FieldTypeRequiredDescription
urlstringYesPaste the full Google Sheets URL, including the worksheet tab.
cellstringYesThe cell reference in A1 notation (e.g., 'A1', 'B5', 'C10')
valuestring | number | boolean | nullYesThe new value to set in the cell

Result Schema

FieldTypeRequiredDescription
successbooleanYesWhether the cell was updated successfully
dataobjectNoGoogle Sheets API response data
exportsobjectNoExported values from the action

Examples

json
{ "type": "google-sheets-update-cell", "payload": { "url": "https://docs.google.com/spreadsheets/d/your-spreadsheet-id/edit#gid=0", "cell": "example-cell", "value": "1000000" }, "children": [], "connector": { "type": "pipedream:google_sheets", "id": "conn_pipedream_google_sheets" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I