Automates inserting a new record into Airtable, querying for a matching record, and updating it—ideal for dynamic data management.
This n8n workflow demonstrates a complete CRUD pattern for Airtable: it starts with a manual trigger, sets sample data (ID: 3, Name: 'n8n'), appends it as a new record to 'Table 1', lists existing records filtered by 'Name=n8n', prepares an update payload with a new name ('nodemation'), and finally updates the matched record using its ID.
Benefits include streamlined data operations without writing custom scripts, error-free record matching via formulas, and reusability for any Airtable base. I
Platform
n8n
Category
Travel
Price
$9.99
Creator
Maxim Luong
airtable
insert
update
crud
data-management
automation
spreadsheets
filter
query
productivity
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.