{
  "name": "Bulk JSON file downloader from Google Sheet to local folders",
  "nodes": [
    {
      "id": "0fc0a74b-335e-40ea-9528-6fd4996e0054",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        80
      ]
    },
    {
      "id": "5ba7a93e-0de3-4f15-b617-dd51fa420f5b",
      "name": "Get row(s) in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        224,
        80
      ]
    },
    {
      "id": "6304e17b-dbe7-4432-adf6-859d478452dc",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1120,
        0
      ]
    },
    {
      "id": "bb8f9d28-f746-48e7-88a6-332e9ef5fa09",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        896,
        80
      ]
    },
    {
      "id": "1b1dd00f-8b1d-4c7f-821c-800c3071d9e9",
      "name": "Read/Write Files from Disk",
      "type": "n8n-nodes-base.readWriteFile",
      "position": [
        1568,
        80
      ]
    },
    {
      "id": "b301e0e4-ab3a-451c-a16d-efc0a5d6de8c",
      "name": "Code2",
      "type": "n8n-nodes-base.code",
      "position": [
        1344,
        0
      ]
    },
    {
      "id": "570b681d-f903-4e04-9623-1158158dd29b",
      "name": "Take name and URL",
      "type": "n8n-nodes-base.code",
      "position": [
        448,
        80
      ]
    },
    {
      "id": "46ad6abd-0855-4e85-8b8b-ac238c0be541",
      "name": "url to downloadurl",
      "type": "n8n-nodes-base.code",
      "position": [
        672,
        80
      ]
    },
    {
      "id": "391c3ba3-b42a-4e37-81ec-40a50bdc1f0c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -272,
        -128
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "40c75f58-29aa-4155-89fd-96ef88f1310c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        112,
        224
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "466c47bf-9d13-4625-b2f8-676de72fe4fd",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        256,
        -208
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "93cfa4f0-ff84-40fc-87df-513e22a0ef39",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        528,
        208
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9c3eb039-e5db-4879-9e5e-ea7f7e3adefb",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        736,
        -240
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c1a9dcd0-14e2-4722-be04-bf94cea15e40",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1056,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "60544704-6597-4e82-93f8-55f505f4ce4c",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1216,
        -288
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "8b68dcbc-c163-4441-b546-6de20117f6db",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1712,
        -112
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Code2": {
      "main": [
        [
          {
            "node": "Read/Write Files from Disk",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Code2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Take name and URL": {
      "main": [
        [
          {
            "node": "url to downloadurl",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "url to downloadurl": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet": {
      "main": [
        [
          {
            "node": "Take name and URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read/Write Files from Disk": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}