{
  "name": "Clone nested folder structures in Google Drive with custom naming",
  "nodes": [
    {
      "id": "trigger-node",
      "name": "When clicking \"Test workflow\"",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        80,
        300
      ]
    },
    {
      "id": "config-node",
      "name": "⚙️ CONFIG - Edit the 3 variables above",
      "type": "n8n-nodes-base.code",
      "position": [
        280,
        300
      ]
    },
    {
      "id": "get-folders",
      "name": "📁 Get All Folders",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        480,
        300
      ]
    },
    {
      "id": "iterative-processor",
      "name": "🔄 Process Folders",
      "type": "n8n-nodes-base.code",
      "position": [
        680,
        300
      ]
    },
    {
      "id": "should-create",
      "name": "🔀 Should Create?",
      "type": "n8n-nodes-base.if",
      "position": [
        880,
        300
      ]
    },
    {
      "id": "create-folder",
      "name": "✨ Create Folder",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1080,
        200
      ]
    },
    {
      "id": "final-report",
      "name": "📊 Final Report",
      "type": "n8n-nodes-base.code",
      "position": [
        1280,
        200
      ]
    },
    {
      "id": "readme-note",
      "name": "README",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        80
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "config-section",
      "name": "Config Help",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        420
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "processing-section",
      "name": "Processing Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        600,
        420
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "troubleshooting-note",
      "name": "Troubleshooting",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1200,
        420
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "✨ Create Folder": {
      "main": [
        [
          {
            "node": "📊 Final Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🔀 Should Create?": {
      "main": [
        [
          {
            "node": "✨ Create Folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "📁 Get All Folders": {
      "main": [
        [
          {
            "node": "🔄 Process Folders",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "🔄 Process Folders": {
      "main": [
        [
          {
            "node": "🔀 Should Create?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking \"Test workflow\"": {
      "main": [
        [
          {
            "node": "⚙️ CONFIG - Edit the 3 variables above",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "⚙️ CONFIG - Edit the 3 variables above": {
      "main": [
        [
          {
            "node": "📁 Get All Folders",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}