{
  "nodes": [
    {
      "id": "4b10d0b5-5e37-404b-876c-b9131b2070d5",
      "name": "Read Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        224,
        96
      ],
      "parameters": {},
      "typeVersion": 4.4
    },
    {
      "id": "2bcb8791-30dd-4275-8c8b-d055e1b8502d",
      "name": "Check Data Exists",
      "type": "n8n-nodes-base.if",
      "position": [
        448,
        96
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ab1eb7f4-2184-45e3-9189-016636720a2d",
      "name": "Format Report",
      "type": "n8n-nodes-base.code",
      "position": [
        672,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "8b803b96-c46c-4f25-9eaa-927e71014f1c",
      "name": "No Data Handler",
      "type": "n8n-nodes-base.code",
      "position": [
        672,
        192
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "bb98df11-3730-4024-815d-08b6e26b87c7",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        96
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "878e2ae4-fc35-4e58-b3f7-2ddba51e8b55",
      "name": "Send email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        896,
        96
      ],
      "parameters": {},
      "typeVersion": 2.1
    }
  ],
  "connections": {
    "Format Report": {
      "main": [
        [
          {
            "node": "Send email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "No Data Handler": {
      "main": [
        [
          {
            "node": "Send email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Data Exists": {
      "main": [
        [
          {
            "node": "Format Report",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Data Handler",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Google Sheet": {
      "main": [
        [
          {
            "node": "Check Data Exists",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Read Google Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}