AirtableAirtable / Create or Update Record

appKey: airtable
actionKey: create-or-update-record

Action Inputs

The following parameters are available when configuring this action:
baseId
Base
The Airtable base id containing the relevant table.
string
fields
Fields
The fields to add to the row. Loaded from existing headers on a table
Record<string, string | Array<string> | boolean>
tableId
Table
A specific table id containing the rows of records. E.g., 'Table1'.
string
searchByfieldId
Search By Field
The fieldId which will be used in conjunction with the searchValue to find the record to update.
string | undefined
searchValue
Search Value
The value to use when finding a 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