Airtable
App IntegrationsAirtable Node
Overview
Supports the following operations: List Records, Get Record, Create Record, Update Record, Delete Record.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Configuration field for operation |
baseId | string | — | Configuration field for baseId |
tableName | string | — | Configuration field for tableName |
recordId | string | — | Configuration field for recordId |
maxRecords | string | — | Configuration field for maxRecords |
view | string | — | Configuration field for view |
filterFormula | string | — | Configuration field for filterFormula |
fieldMapping | string | — | Configuration field for fieldMapping |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{airtable.id}}anyOutput field: id
{{airtable.fields}}anyOutput field: fields
{{airtable.createdTime}}anyOutput field: createdTime
Examples
Basic Usage
Example configuration:
{
"operation": "value",
"baseId": "value",
"tableName": "value",
"recordId": "value",
"maxRecords": "value",
"view": "value",
"filterFormula": "value",
"fieldMapping": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try Airtable in Your Workflow
Create a free account and start building AI-powered workflows with the Airtable node.
Open Workflow Editor