Integrations
LoginSign Up

Airtable

These Airtable navite actions allow integrating your Arengu forms to create, update, and list records into your Airtable tables.

Connect your Airtable account

To connect your Airtable account to Arengu you will need the API key. It can be found at the Airtable account's settings page:

Create a new record

Adds a new record to an existing table.

Input settings

Parameter Description
ID (required) Action ID. It is used to reference the output values of the action.
Alias Short description to be displayed in the action.
Connection (required) Select an existing connection from the vault or create a new connection using the Airtable API key.
Base ID (required) The Base ID. Find it at Airtable's API Docs.
Table name (required) The name of the table.
Fields The field name or field IDs of the record.

Find expected response and extra API information at Airtable’s documentation

Update a record

Updates an existing record in a table. 

Input settings

Parameter Description
ID (required) Action ID. It is used to reference the output values of the action.
Alias Short description to be displayed in the action.
Connection (required) Select an existing connection from the vault or create a new connection using your Airtable API key.
Base ID (required) The Base ID. Find it at Airtable's API Docs.
Table name (required) The name of the table.
Record ID (required) The ID of the record to update.
Fields The field name or field IDs of the record.

Find expected response and extra API information at Airtable’s documentation

List record

Lists records from an existing table.

Input settings

Parameter Description
ID (required) Action ID. It is used to reference the output values of the action.
Alias Short description to be displayed in the action.
Connection (required) Select an existing connection from the vault or create a new connection using your Airtable API key.
Base ID (required) The Base ID. Find it at Airtable's API Docs.
Table name (required) The name of the table.
View The name or ID of a view in the table.
Formula A formula that filters records. Find them at Airtable's formula doc.

Find expected response and extra API information at Airtable’s documentation

Table of contents