Airtable / Create or Update Record
appKey:
airtable
actionKey:
create-or-update-record
Action Inputs
The following parameters are available when configuring this action:
fields
Fields
The fields to add to the row. Loaded from existing headers on a table
Record<string, string | Array<string> | boolean>
searchByfieldId
Search By Field
The fieldId which will be used in conjunction with the searchValue to find the record to update.
string | undefined
updateExistingRecord
Update Existing Record
Select to update existing records which match incoming records - otherwise a new record is created.
boolean | undefined