Block 1 - upsert
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
This workflow allows you to batch update/insert Airtable rows in groups of 10, significantly reducing the number of API calls and increasing performance. How It Works 1. Copy the 3 Nodes Copy th...
n8n-nodes-base.httprequest, n8n-nodes-base.debughelper, n8n-nodes-base.manualtrigger, n8n-nodes-base.splitout, n8n-nodes-base.splitinbatches, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.switch, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Simon Mayerhofer.
Original n8n.io sourceThis workflow allows you to batch update/insert Airtable rows in groups of 10, significantly reducing the number of API calls and increasing performance.
Copy the 3 Nodes
Copy the three nodes inside the red note box into your workflow.
Set Your Fields
In the Set Fields node, define the fields you want to update.
➤ Only include fields that match column names in your Airtable table.
➤ Make sure the field names are spelled exactly as they appear in Airtable.
➤ Make sure the field type are correctly set. So numbers columns in Airtable need numbers type set as the field.
Configure the Airtable Batch Node
Enter your Airtable Base ID
The part with app... in the URL:
airtable.com / app8pqOLeka1Cglwg / tblnXZOdy8VtkAAJD/...
Enter your Airtable Table ID
The part with tbl... in the URL:
airtable.com / app8pqOLeka1Cglwg / tblXXZOdy8VtkAAJD /...
Set Matching Fields (fieldsToMergeOn)
Provide a string array that tells Airtable how to match existing rows. Examples:
TaskID):{{["TaskID"]}}firstname and lastname):{{["firstname", "lastname"]}}Choose the Mode (mode field)
Available options:
upsert: Update if a record exists, otherwise insert a new oneinsert: Always insert as new recordsupdate: Only update existing records (you must provide a field named id)This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.
| Workflow | Airtable batch update / insert rows (send faster + save API call requests) |
|---|---|
| Complexity | advanced |
| Nodes | 35 |
| Categories | Engineering |
| Author | Simon Mayerhofer |
| Published | 01 Apr 2025 |
Use the JSON export at /data/workflows/3394/3394.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow allows you to batch update/insert Airtable rows in groups of 10, significantly reducing the number of API calls and increasing performance. How It Works 1. Copy the 3 Nodes Copy th...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering use case.