{
  "name": "Google Sheets UI for n8n Workflow",
  "nodes": [
    {
      "id": "891425c8-7f09-4a7e-8b18-4ca06a0111b6",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        64
      ]
    },
    {
      "id": "6a12b4f8-95f3-4a19-9b4c-091e1a1450a1",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -640,
        -736
      ],
      "parameters": {
        "width": 1224,
        "height": 744,
        "content": "## Google Sheets UI for Workflow Control\n\nThis n8n template provides a practical and efficient way to manage your n8n workflows using Google Sheets as a user-friendly interface. It demonstrates how to"
      }
    },
    {
      "id": "3567ea8e-c780-4bd2-bc34-5a88b681d9ee",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        448,
        64
      ]
    },
    {
      "id": "79583f64-4c09-4210-a440-57dbba28dc3c",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        672,
        112
      ]
    },
    {
      "id": "698a0745-a4cd-4f2f-84e4-e8f5402c5215",
      "name": "Read Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        224,
        64
      ]
    },
    {
      "id": "79f663cc-805a-453a-9e9f-8e8114c47083",
      "name": "Update Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        672,
        -96
      ]
    }
  ],
  "connections": {
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [
          {
            "node": "Update Google Sheets",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Google Sheets": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Read Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}