node cookbook
N8N Airtable Node Cookbook
Use the Airtable node to create, read, update, or search Airtable records when a workflow needs a lightweight operational database.
Independent third-party notes. n8n is a trademark of its owner and is referenced only for compatibility and troubleshooting context.
Quick Answer
Use the Airtable node to create, read, update, or search Airtable records when a workflow needs a lightweight operational database.
Key Facts
- Credential type
- Airtable credentials with access to the target base.
- Common uses
- Lead databases, content calendars, operations trackers, and lightweight CRM flows.
- Key setup choice
- Base, table, record operation, and field mapping.
- Common companion nodes
- Webhook, IF, Set, Google Sheets, HubSpot, and Slack.
Recommended Steps
- Create Airtable credentials with access to the target base.
- Select the base and table.
- Choose create, update, search, or retrieve operations.
- Map incoming workflow fields to Airtable fields.
- Test with one record before turning on the full workflow.
Verification
- The node can access the correct base and table.
- Created or updated records contain the expected field values.
- Lookup steps return one predictable record when the workflow expects one.
Warnings
- Airtable field names and types affect mapping behavior.
- Record updates need a reliable record ID or lookup strategy.