{
  "name": "Daily Trello task tracker with Google Sheets history log",
  "nodes": [
    {
      "id": "c300a446-97ad-41f5-828c-1e36190c95a7",
      "name": "Sticky Note47",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -528,
        -384
      ],
      "parameters": {
        "width": 1248,
        "height": 928,
        "content": "# 📋 Trello → Google Sheets Daily Task Status\n\nThis workflow **pulls all tasks from your Trello board** every day and logs them into a **Google Sheet**.  \nUse it to track project progress, due dates, a"
      }
    },
    {
      "id": "278bf0f3-664b-499d-99e7-d09a3c038001",
      "name": "Get Board2",
      "type": "n8n-nodes-base.trello",
      "position": [
        -464,
        32
      ]
    },
    {
      "id": "e5333e43-4869-4ead-920a-23793cc28841",
      "name": "Get Lists2",
      "type": "n8n-nodes-base.trello",
      "position": [
        -192,
        320
      ]
    },
    {
      "id": "ddc9c771-822a-45e1-bddc-ce4a9b01c107",
      "name": "Get Cards2",
      "type": "n8n-nodes-base.trello",
      "position": [
        32,
        -112
      ]
    },
    {
      "id": "6457eb1c-72a3-4785-a147-71c9e44a113b",
      "name": "Map Fields2",
      "type": "n8n-nodes-base.set",
      "position": [
        208,
        112
      ]
    },
    {
      "id": "49bc40cf-1fbc-40b5-bd15-3e17e2946335",
      "name": "Sticky Note49",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -256,
        96
      ],
      "parameters": {
        "width": 224,
        "height": 352,
        "content": "### 1️⃣ Connect Trello (Developer API)\n1. Get your **API key**: https://trello.com/app-key  \n2. Generate a **token** (from the same page → **Token**)\n3. In n8n → **Credentials → New → Trello API**, pa"
      }
    },
    {
      "id": "46f34cd4-b951-4fa7-a9b3-ac7c463d43a2",
      "name": "Merge1",
      "type": "n8n-nodes-base.merge",
      "position": [
        448,
        128
      ]
    },
    {
      "id": "3bf7422f-6feb-493b-a854-285b9b808aaa",
      "name": "Today's Date1",
      "type": "n8n-nodes-base.code",
      "position": [
        464,
        -288
      ]
    },
    {
      "id": "52720a1e-00b0-48bf-bdf5-49fd05bbe529",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -976,
        -384
      ],
      "parameters": {
        "width": 400,
        "height": 928,
        "content": "\n## ⚙️ Setup Instructions\n\n### 1️⃣ Connect Trello (Developer API)\n1. Get your **API key**: [Trello App Key](https://trello.com/app-key)  \n2. On the same page, generate a **Token** (click **Token**)  \n"
      }
    },
    {
      "id": "c3c92749-1cee-49b7-beed-85e9a6ca2f43",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -416,
        -240
      ]
    },
    {
      "id": "3801cad5-5dc9-4bda-8c50-c2021b5d75ef",
      "name": "Daily Progress to Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        464,
        368
      ]
    }
  ],
  "connections": {
    "Merge1": {
      "main": [
        [
          {
            "node": "Daily Progress to Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Board2": {
      "main": [
        [
          {
            "node": "Get Lists2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Cards2": {
      "main": [
        [
          {
            "node": "Map Fields2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Lists2": {
      "main": [
        [
          {
            "node": "Get Cards2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Map Fields2": {
      "main": [
        [
          {
            "node": "Merge1",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Today's Date1": {
      "main": [
        [
          {
            "node": "Merge1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get Board2",
            "type": "main",
            "index": 0
          },
          {
            "node": "Today's Date1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}