{
  "name": "Template-based Google Drive folder generation with Forms and Apps Script",
  "nodes": [
    {
      "id": "9ec58c32-3ce4-4017-9d50-6477489dbf81",
      "name": "Main Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -544,
        -96
      ],
      "parameters": {
        "width": 400,
        "height": 596,
        "content": "## Auto-Generate Folder Structure from Template\n\nAutomatically create organized folder structures in Google Drive by duplicating a template folder. Perfect for agencies, freelancers, and teams who nee"
      }
    },
    {
      "id": "5c79742c-7613-4413-aa58-40b4eac76056",
      "name": "Warning - Apps Script",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -96,
        -96
      ],
      "parameters": {
        "width": 952,
        "height": 348,
        "content": "## ⚠️ Apps Script Setup (Required)\n\n**1. Create script:** Go to [script.google.com](https://script.google.com) → New project\n\n**2. Paste the code** from the template description\n\n**3. Deploy:**\n- Depl"
      }
    },
    {
      "id": "439a1d53-851e-4702-a8b9-b4b5b6539024",
      "name": "Section 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -96,
        272
      ],
      "parameters": {
        "width": 196,
        "height": 232,
        "content": "## 1. Form Input"
      }
    },
    {
      "id": "f9e3e9fa-8e60-4bc6-b2f7-5a1330ce59f4",
      "name": "Section 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        128,
        272
      ],
      "parameters": {
        "width": 296,
        "height": 232,
        "content": "## 2. Create Folder in Drive"
      }
    },
    {
      "id": "c54a3787-6f91-409b-a149-87fd17600f01",
      "name": "Section 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        448,
        272
      ],
      "parameters": {
        "width": 412,
        "height": 232,
        "content": "## 3. Duplicate Template Structure"
      }
    },
    {
      "id": "32fe4262-677c-4d1a-903e-d58703faabb7",
      "name": "Folder Request Form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -48,
        336
      ]
    },
    {
      "id": "61c2dd9c-4b32-4a55-8f06-217e83233a24",
      "name": "Create Main Folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        224,
        336
      ]
    },
    {
      "id": "ee12b54e-4d55-4485-921e-6f1617b32945",
      "name": "Wait for Drive",
      "type": "n8n-nodes-base.wait",
      "position": [
        528,
        336
      ]
    },
    {
      "id": "35bf770f-25c6-46ab-9e02-e5e814dcf565",
      "name": "Duplicate Template",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        704,
        336
      ]
    }
  ],
  "connections": {
    "Wait for Drive": {
      "main": [
        [
          {
            "node": "Duplicate Template",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Main Folder": {
      "main": [
        [
          {
            "node": "Wait for Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Folder Request Form": {
      "main": [
        [
          {
            "node": "Create Main Folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}