Google SheetsGoogle Sheets / Add or Update Row

appKey: google-sheets
actionKey: add-row

Action Inputs

The following parameters are available when configuring this action:
sheetId
Sheet
A specific sheet id containing the rows of columns. E.g., 'Sheet1'.
string
spreadsheetId
Spreadsheet
The google sheet id containing the relevant sheet.
string
columns
Columns
The columns to add to the row. Loaded from existing headers on a sheet
Record<string, string> | undefined
fieldId
Column
The fieldId which will be used in conjunction with the searchValue to find the row to update. Includes any existing id values available in the dynamic schema for the selected trigger. (See Dynamic Schemas for more information.)
string | undefined
updateExistingRow
Update Existing Row
Select to update existing rows which match incoming records - otherwise a new row is created.
If true, will update an existing row if found. If the row cannot be found a new row will be created
boolean | undefined