Google Sheets / Add or Update Row
appKey:
google-sheets
actionKey:
add-row
Action Inputs
The following parameters are available when configuring this action:
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