Skip to Content
AutomationsTriggersGoogle Sheets

Google Sheets Triggers

Category: Polling

Google Sheets New Row

What it does: Fires when a new row is added to a Google Sheet (polling).

Inputs

  • Spreadsheet (required) — The Google Sheet to watch. Select by ID or via file picker.
  • Sheet Name (optional) — Name or ID of the sheet (tab) within the spreadsheet. Omit to use the first sheet or default.
  • Watch Column (optional) — Specific column (e.g. A, or column index) to monitor for changes. Useful when only one column indicates “new” (e.g. timestamp). Omit to trigger on any new row.

Outputs

The new row’s data as key-value pairs (column header or letter → value) so you can process form submissions, leads, or logs.

Output schema

  • rowNumber — 1-based row index of the new row (if exposed).
  • columnName or columnLetter — One field per column. Names depend on the sheet (headers or A, B, C…). Use the variable picker after the trigger to see exact output fields for your sheet.
Last updated on