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 | — | Action to execute |
baseId | string | — | Base Id for this node |
tableName | string | — | Target database table name |
recordId | string | — | Record Id for this node |
maxRecords | string | — | Max Records for this node |
view | string | — | View for this node |
filterFormula | string | — | Filter Formula for this node |
fieldMapping | string | — | Field Mapping for this node |
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.
- •Verify your connection credentials are configured in Settings > Integrations.
Try Airtable in Your Workflow
Create a free account and start building AI-powered workflows with the Airtable node.
Open Workflow Editor