{
  "name": "Collect & process trip feedback with Google Sheets and email notifications",
  "nodes": [
    {
      "id": "0ea98d6b-5380-4093-bb0c-6cb1e015d65e",
      "name": "Delay - Process Buffer",
      "type": "n8n-nodes-base.wait",
      "position": [
        420,
        260
      ]
    },
    {
      "id": "66a09a81-90c5-46a7-9caa-5000f52a1dcd",
      "name": "Trigger - Trip Form Submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        200,
        760
      ]
    },
    {
      "id": "00d58be2-bc5e-4679-9f41-3b25fdc51a40",
      "name": "Tack All Feedback Item",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        500,
        760
      ]
    },
    {
      "id": "5fc7df94-f6b1-44de-b5de-f87413762a0b",
      "name": "Update - Trip Feedback Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        740,
        740
      ]
    },
    {
      "id": "ba90e00b-615c-407b-b790-834345db3cab",
      "name": "Send Email To That New User",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        640,
        260
      ]
    },
    {
      "id": "fd964543-987a-4aad-8a3e-72ee94f43663",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        100
      ],
      "parameters": {
        "width": 180,
        "height": 320,
        "content": "This node triggers the workflow whenever a new row is added to the Google Sheets feedback form."
      }
    },
    {
      "id": "47b0f39d-aff9-46e9-bb42-ffc9fc9dc29b",
      "name": "Trigger - New User Entry",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        200,
        260
      ]
    },
    {
      "id": "89637159-08c9-4237-a398-986813480462",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        380,
        100
      ],
      "parameters": {
        "width": 180,
        "height": 320,
        "content": "This node introduces a delay to ensure the data is fully processed before sending notifications, avoiding premature actions."
      }
    },
    {
      "id": "d56902da-e302-4e29-a3dd-0ff2eb5a9234",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        600,
        100
      ],
      "parameters": {
        "width": 180,
        "height": 320,
        "content": "This node sends an email with feedback form to the new user."
      }
    },
    {
      "id": "f8e26d5b-5459-4586-a300-f39ccf7c4be1",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        700,
        600
      ],
      "parameters": {
        "width": 180,
        "height": 300,
        "content": "This node appends or updates the trip feedback data in the Google Sheets, maintaining an organized record."
      }
    },
    {
      "id": "844c8b36-db9f-4570-af51-ae7538bb3707",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        440,
        600
      ],
      "parameters": {
        "width": 180,
        "height": 300,
        "content": "This node iterates over each form submission item to process multiple entries if present, ensuring all data is handled."
      }
    },
    {
      "id": "8bd62be1-7f96-4678-84e3-e3ebdb93f432",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        160,
        600
      ],
      "parameters": {
        "width": 180,
        "height": 300,
        "content": "This node triggers the workflow when a trip feedback form is submitted, initiating the data processing loop."
      }
    }
  ],
  "connections": {
    "Delay - Process Buffer": {
      "main": [
        [
          {
            "node": "Send Email To That New User",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Tack All Feedback Item": {
      "main": [
        [
          {
            "node": "Update - Trip Feedback Sheet",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Tack All Feedback Item",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger - New User Entry": {
      "main": [
        [
          {
            "node": "Delay - Process Buffer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update - Trip Feedback Sheet": {
      "main": [
        []
      ]
    },
    "Trigger - Trip Form Submission": {
      "main": [
        [
          {
            "node": "Tack All Feedback Item",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}