{
  "name": "Collect conference feedback with Forms and log to Excel OneDrive with Outlook notifications",
  "nodes": [
    {
      "id": "0061ae9c-dd06-4ea7-b05f-7b71e9368d94",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -80,
        -125
      ]
    },
    {
      "id": "e6dc4e27-827d-47c4-ab9d-96846995f2cc",
      "name": "Parse Data",
      "type": "n8n-nodes-base.set",
      "position": [
        140,
        -125
      ]
    },
    {
      "id": "f6960053-bb48-44e9-9655-77bd79ca14b9",
      "name": "Search Document",
      "type": "n8n-nodes-base.microsoftOneDrive",
      "position": [
        580,
        -125
      ]
    },
    {
      "id": "e37e133d-c374-4d28-9655-4d83df99e020",
      "name": "Build Sheet Data",
      "type": "n8n-nodes-base.set",
      "position": [
        1240,
        -200
      ]
    },
    {
      "id": "1feabf8b-6726-4d9d-8b13-081dc7555a11",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        800,
        -125
      ]
    },
    {
      "id": "e9d702d3-1441-4215-bab0-399210a5f3f2",
      "name": "If Document Exists",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        -125
      ]
    },
    {
      "id": "a6c8f2d0-5957-44db-8dd1-1a1cfa53fc81",
      "name": "Append Data",
      "type": "n8n-nodes-base.microsoftExcel",
      "position": [
        1460,
        -200
      ]
    },
    {
      "id": "ba6e76d2-86ae-41fd-9c24-352cbab3a08b",
      "name": "End Workflow",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1900,
        -125
      ]
    },
    {
      "id": "2407a47e-b5be-4d2b-a6a1-5d599c0e3f98",
      "name": "Notify Support",
      "type": "n8n-nodes-base.microsoftOutlook",
      "position": [
        1680,
        -125
      ]
    },
    {
      "id": "598dcce2-9c13-4d08-8193-e560937ac9c7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        40
      ],
      "parameters": {
        "width": null,
        "height": 120,
        "content": "### 📁 Update File Name\nPlease update the file name according to your requirements before proceeding.\n\n"
      }
    },
    {
      "id": "88b7a910-459c-4f5a-9b83-6097332fe578",
      "name": "Sample File",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        360,
        -125
      ]
    },
    {
      "id": "5e06cc88-97c7-46a3-b090-e7a6abe34019",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        280,
        -400
      ],
      "parameters": {
        "width": 280,
        "height": 260,
        "content": "### 📄 Sample Document Notice\nThis document will be used in the next step of the workflow to append new feedback data.\n\nTo ensure accurate tracking and centralized record-keeping, please upload the doc"
      }
    },
    {
      "id": "e79b44b5-8285-467e-bf67-958269317688",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1600,
        40
      ],
      "parameters": {
        "width": 280,
        "height": 240,
        "content": "### ✉️ Customize Email Settings\nPlease update the following email details as needed:\n\nSubject – Set an appropriate subject line that reflects the content or purpose of the email.\n\nBody – Modify the me"
      }
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "If Document Exists",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Data": {
      "main": [
        [
          {
            "node": "Sample File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append Data": {
      "main": [
        [
          {
            "node": "Notify Support",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sample File": {
      "main": [
        [
          {
            "node": "Search Document",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notify Support": {
      "main": [
        [
          {
            "node": "End Workflow",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search Document": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Sheet Data": {
      "main": [
        [
          {
            "node": "Append Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Document Exists": {
      "main": [
        [
          {
            "node": "Build Sheet Data",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Notify Support",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Parse Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}