AirtableAirtable / Create or Update Record

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

Action Inputs

The following parameters are available when configuring this action:
baseIdrequiredstring
The Airtable base id containing the relevant table.
fieldsrequiredobject
The fields to add to the row. Loaded from existing headers on a table
tableIdrequiredstring
A specific table id containing the rows of records. E.g., 'Table1'.
The fieldId which will be used in conjunction with the searchValue to find the record to update.
The value to use when finding a record to update.
If true, will update an existing record if found. If the row cannot be found a new record will be created