{
  "name": "Streamline data from an n8n form into Google Sheet, Airtable and Email Sending",
  "nodes": [
    {
      "id": "32bd3bcb-7de7-4ca3-ba31-897e90f663b1",
      "name": "n8n Form Trigger",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        720,
        -400
      ]
    },
    {
      "id": "bf341165-2698-4f42-a92d-bc5e9a750bf1",
      "name": "Extracting Date and Time Fields from 'submittedAt' Field",
      "type": "n8n-nodes-base.code",
      "position": [
        920,
        -400
      ]
    },
    {
      "id": "c9955ba1-0aa4-476b-b2ac-8a458b1547b3",
      "name": "Format the Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        1100,
        -400
      ]
    },
    {
      "id": "50e6057e-4b26-40f6-adc1-1721818f7a46",
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1320,
        -260
      ]
    },
    {
      "id": "4f561bd8-a5dd-4ff2-9d3e-cdac6f762bd4",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        -680
      ],
      "parameters": {
        "width": 2256.3366317584496,
        "height": 851.9587677224575,
        "content": "### Workflow Description:\n\n1. **n8n Form Trigger:**\n   - A trigger node that initiates the workflow when a form is submitted.\n   - Form fields include Name, City, and Email.\n\n2. **Extracting Date and "
      }
    },
    {
      "id": "a0d53cb5-27c8-4dfb-a1ea-e2403bde1fc4",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1320,
        -540
      ]
    },
    {
      "id": "de697574-f547-4374-86d9-c6d9f709c404",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1560,
        -260
      ]
    },
    {
      "id": "66677b7e-d053-4050-a65c-9c9f8f689646",
      "name": "Gmail1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1560,
        -540
      ]
    },
    {
      "id": "e440b4cb-6910-4bc7-b3df-7c14dd9c43a9",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1820,
        -640
      ],
      "parameters": {
        "width": 510.8381838182147,
        "height": 206.48715095387286,
        "content": "### Links to Node Documentation:\n1. [n8n Form Trigger Documentation](https://docs.n8n.io/nodes/n8n-nodes-base.formTrigger)\n2. [Code Node Documentation](https://docs.n8n.io/nodes/n8n-nodes-base.code)\n3"
      }
    },
    {
      "id": "541ecd4c-22bc-4bc9-8364-ca73b4650092",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        680,
        -640
      ],
      "parameters": {
        "width": 1105.0652438372836,
        "height": 630.9350509674927,
        "content": ""
      }
    }
  ],
  "connections": {
    "Airtable": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Gmail1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "n8n Form Trigger": {
      "main": [
        [
          {
            "node": "Extracting Date and Time Fields from 'submittedAt' Field",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format the Fields": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          },
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extracting Date and Time Fields from 'submittedAt' Field": {
      "main": [
        [
          {
            "node": "Format the Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}