{
  "name": "Store form submission in Airtable",
  "nodes": [
    {
      "id": "fef66f10-a3eb-4e71-9493-3d90ebd52fde",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        120,
        80
      ]
    },
    {
      "id": "1745c697-93ca-4374-8d1e-92e047ad7339",
      "name": "User Data Storage",
      "type": "n8n-nodes-base.airtable",
      "position": [
        380,
        80
      ]
    },
    {
      "id": "ac2f27d8-0922-49cc-9e40-316b3de7a4d1",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 720,
        "height": 260,
        "content": "Automated Form Submission Data Storage in Airtable"
      }
    },
    {
      "id": "e85c44f2-c268-41b8-9b98-f4ada81b2824",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        280
      ],
      "parameters": {
        "width": 720,
        "height": 100,
        "content": "This workflow automatically captures data submitted through a form and stores it in Airtable. By using a form submission trigger, the workflow ensures that every time a form is filled out, the data is"
      }
    }
  ],
  "connections": {
    "On form submission": {
      "main": [
        [
          {
            "node": "User Data Storage",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}