{
  "name": "Create daily task status snapshots from Monday.com to Google Sheets",
  "nodes": [
    {
      "id": "fafaf19e-d738-481c-b6c7-715c3d2540ca",
      "name": "Sticky Note48",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1840,
        4944
      ],
      "parameters": {
        "width": 1248,
        "height": 928,
        "content": "# 📋 Monday.com → Google Sheets Daily Task Status  \n\nThis workflow pulls all tasks from your **Monday.com board** each day and logs them into a **Google Sheet**.  \nIt creates a daily snapshot of your p"
      }
    },
    {
      "id": "2f7712dd-4e3e-4268-b9c7-252e50d3a85e",
      "name": "Map Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        2320,
        5344
      ]
    },
    {
      "id": "cbe08309-9967-4f39-9cc3-754e69a2a57e",
      "name": "Sticky Note57",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1920,
        5312
      ],
      "parameters": {
        "width": 224,
        "height": 448,
        "content": "### 1️⃣ Connect Monday.com API  \n1. In **Monday.com** → go to **Admin → API**  \n2. Copy your **Personal API Token**  \n   - Docs: [Generate Monday API Token](https://developer.monday.com/api-reference/"
      }
    },
    {
      "id": "99184ab6-ac8a-4119-930f-bf0c2079aecc",
      "name": "Merge2",
      "type": "n8n-nodes-base.merge",
      "position": [
        2800,
        5200
      ]
    },
    {
      "id": "6541e0f5-f179-45e0-a6b8-a0d04055375d",
      "name": "Today's Date2",
      "type": "n8n-nodes-base.code",
      "position": [
        2416,
        5104
      ]
    },
    {
      "id": "34c78214-269a-4ade-8f7d-a1e41adb1819",
      "name": "Sticky Note14",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1392,
        4944
      ],
      "parameters": {
        "width": 400,
        "height": 928,
        "content": "## ⚙️ Setup Instructions  \n\n### 1️⃣ Connect Monday.com API  \n1. In **Monday.com** → go to **Admin → API**  \n2. Copy your **Personal API Token**  \n   - Docs: [Generate Monday API Token](https://develop"
      }
    },
    {
      "id": "4c139763-0b8b-4f50-8f87-91dd701f91d7",
      "name": "Daily Progress to Sheet1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2720,
        5696
      ]
    },
    {
      "id": "a31b430c-022b-44ed-bd41-218b8fdcd263",
      "name": "Get many items2",
      "type": "n8n-nodes-base.mondayCom",
      "position": [
        1984,
        5632
      ]
    },
    {
      "id": "8ca935cc-a8ec-44ed-ae8c-08a362730d72",
      "name": "Sticky Note26",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2528,
        5424
      ],
      "parameters": {
        "width": 448,
        "height": 432,
        "content": "### 2️⃣ Prepare Your Google Sheet  \n- Copy this template to your own Google Drive: [Google Sheet Template](https://docs.google.com/spreadsheets/d/1KRiAUbZP77dC_9x5pqrvcQvaAkUsoPXkZOZvfU69ILM/edit?gid="
      }
    }
  ],
  "connections": {
    "Merge2": {
      "main": [
        [
          {
            "node": "Daily Progress to Sheet1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Map Fields": {
      "main": [
        [
          {
            "node": "Merge2",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Today's Date2": {
      "main": [
        [
          {
            "node": "Merge2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get many items2": {
      "main": [
        [
          {
            "node": "Map Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}