Airtable
App Overview
Airtable is a platform that combines the power of a database with the simplicity of a spreadsheet to organize and collaborate on projects.
Getting Started: Installations
Name | Type | Description | Exemple | Hidden |
---|---|---|---|---|
personalAccessToken | string | The Personal Access Token for authentication to Airtable App | true | |
baseId | string | The airtable base id | false |
App Items
Events
Record Updated
Triggered when a record is updated in the specified base
Name | Type |
---|---|
record | object |
table | string |
Record Created
Triggered when a record is created in the specified base
Name | Type |
---|---|
record | object |
table | string |
Technical Actions
Extract Records
Extract records from a table
Inputs
Name | Type | Description | Exemple | Required |
---|---|---|---|---|
tableName | string | Name of the table from which the records are to be retrieved | Table 1 | true |
Outputs
Name | Type | Description | Exemple |
---|---|---|---|
file | string | ||
recordCount | number | The number of records extracted from the table | 5 |
Update Record
Update a specific record by its ID
Inputs
Version(s)
1.0.1 