Airtable
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
ADD_OR_UPDATE_RECORD_AIRTABLE(base_id, table_name, field, value,
[field2, value2]
)base_id
The ID of your Base on Airtable. For example: "appqK4jJW4C1Rp2G0"
.
table_name
The table name from your Base. For example: "Design projects"
.
field
The name of the field to be added or updated. For example: phone
. Must exactly match the name in Airtable. This field is used as the key to find the record to change.
value
The field
value to be added or updated. For example: "3402 8908"
.
[optional] field2
Additional field to be added or updated. Must exactly match the name in Airtable.
More details
Follow Airtable's guide to get your API key.
To get your Base ID, log in to your Airtable REST API portal and select the base you want to access.