8
n8n 中文网amn8n.com

Airtable 中的自动表单提交数据存储

初级

这是一个Product, Building Blocks, Marketing领域的自动化工作流,包含 4 个节点。主要使用 Airtable, FormTrigger 等节点。 在Airtable中存储表单提交数据

前置要求
  • Airtable API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "QObDE85a2ArfJkxV",
  "meta": {
    "instanceId": "14e4c77104722ab186539dfea5182e419aecc83d85963fe13f6de862c875ebfa",
    "templateCredsSetupCompleted": true
  },
  "name": "Airtable 中的自动表单提交数据存储",
  "tags": [
    {
      "id": "Fcqhqfi5hGHHR7nn",
      "name": "UserData",
      "createdAt": "2025-03-17T13:06:42.859Z",
      "updatedAt": "2025-03-17T13:06:42.859Z"
    },
    {
      "id": "uScnF9NzR3PLIyvU",
      "name": "Published",
      "createdAt": "2025-03-21T07:22:28.491Z",
      "updatedAt": "2025-03-21T07:22:28.491Z"
    }
  ],
  "nodes": [
    {
      "id": "fef66f10-a3eb-4e71-9493-3d90ebd52fde",
      "name": "表单提交时",
      "type": "n8n-nodes-base.formTrigger",
      "notes": "Create User Form",
      "position": [
        120,
        80
      ],
      "webhookId": "39d82b4d-4d27-40de-a12b-0dafab18bb93",
      "parameters": {
        "options": {},
        "formTitle": "Create User",
        "formFields": {
          "values": [
            {
              "fieldLabel": "Name",
              "placeholder": "Enter Your Name",
              "requiredField": true
            },
            {
              "fieldType": "number",
              "fieldLabel": "Age",
              "placeholder": "Enter Your Age",
              "requiredField": true
            },
            {
              "fieldType": "email",
              "fieldLabel": "email",
              "placeholder": "Enter Your Email",
              "requiredField": true
            },
            {
              "fieldLabel": "address",
              "placeholder": "Enter Your Address"
            },
            {
              "fieldType": "dropdown",
              "fieldLabel": "You have Subscription ?",
              "fieldOptions": {
                "values": [
                  {
                    "option": "Yes"
                  },
                  {
                    "option": "No"
                  }
                ]
              },
              "requiredField": true
            }
          ]
        },
        "formDescription": "Provide the necessary information here"
      },
      "notesInFlow": true,
      "typeVersion": 2.2
    },
    {
      "id": "1745c697-93ca-4374-8d1e-92e047ad7339",
      "name": "用户数据存储",
      "type": "n8n-nodes-base.airtable",
      "notes": "Store User Data",
      "position": [
        380,
        80
      ],
      "parameters": {
        "base": {
          "__rl": true,
          "mode": "url",
          "value": ""
        },
        "table": {
          "__rl": true,
          "mode": "url",
          "value": ""
        },
        "columns": {
          "value": {
            "Age": "={{ $json.Age }}",
            "Name": "={{ $json.Name }}",
            "Email": "={{ $json.email }}",
            "Address": "={{ $json.address }}",
            "Submitted": "={{ $json.submittedAt }}",
            "Subscription": "={{ $json['You have Subscription ?'] }}"
          },
          "schema": [
            {
              "id": "Name",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Age",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Age",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Email",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Email",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Address",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Address",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Subscription",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Subscription",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Submitted",
              "type": "string",
              "display": true,
              "removed": false,
              "readOnly": false,
              "required": false,
              "displayName": "Submitted",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": []
        },
        "options": {},
        "operation": "create"
      },
      "credentials": {
        "airtableTokenApi": {
          "id": "",
          "name": ""
        }
      },
      "notesInFlow": true,
      "typeVersion": 2.1
    },
    {
      "id": "ac2f27d8-0922-49cc-9e40-316b3de7a4d1",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 720,
        "height": 260,
        "content": "Airtable 中的自动表单提交数据存储"
      },
      "typeVersion": 1
    },
    {
      "id": "e85c44f2-c268-41b8-9b98-f4ada81b2824",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        280
      ],
      "parameters": {
        "width": 720,
        "height": 100,
        "content": "此工作流能自动捕获通过表单提交的数据并将其存储在 Airtable 中。通过使用表单提交触发器,确保每次填写表单时,数据无需人工操作即可即时记录到 Airtable。这简化了数据管理流程,使表单数据能够轻松存储并组织到结构化数据库中,便于后续查阅。"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "3363354f-4c97-4090-a2ff-3139e663549b",
  "connections": {
    "On form submission": {
      "main": [
        [
          {
            "node": "User Data Storage",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

初级 - 产品, 构建模块, 营销

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
初级
节点数量4
分类3
节点类型3
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

作者
WeblineIndia

WeblineIndia

@weblineindia

A Leading Software Engineering, Consulting & Outsourcing Services Company in USA & India serving Clients Globally since 1999.

外部链接
在 n8n.io 查看

分享此工作流