Data Processing & Analysis

Insert and update data in Airtable

Insert and update data in Airtable

Manual
Medium
6
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
6
Node Types
0

Workflow JSON

3.43 KB
{
  "id": "171",
  "name": "Insert and update data in Airtable",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        500,
        350
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        900,
        350
      ],
      "parameters": {
        "table": "Table 1",
        "options": {},
        "operation": "append",
        "application": ""
      },
      "credentials": {
        "airtableApi": "Airtable Credentials n8n"
      },
      "typeVersion": 1
    },
    {
      "name": "Airtable1",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1100,
        350
      ],
      "parameters": {
        "table": "={{$node[\"Airtable\"].parameter[\"table\"]}}",
        "operation": "list",
        "application": "={{$node[\"Airtable\"].parameter[\"application\"]}}",
        "additionalOp...

Showing first 1000 characters. Click "Expand" to view the full JSON.