8
n8n 中文网amn8n.com

从Google Sheets到Monday.com的自动化任务创建与状态更新

中级

这是一个Project Management, Multimodal AI领域的自动化工作流,包含 7 个节点。主要使用 MondayCom, GoogleSheets 等节点。 从Google Sheets到Monday.com的自动化任务创建与状态更新

前置要求
  • Google Sheets API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "a0911000-e46e-4997-bf20-2dcc78a6a00c",
      "name": "便签63",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1392,
        10160
      ],
      "parameters": {
        "color": 7,
        "width": 1488,
        "height": 928,
        "content": "# ✅ Google Sheets 到 Monday.com 任务创建器"
      },
      "typeVersion": 1
    },
    {
      "id": "17687765-c41a-4418-8b7f-887ab0e3fcdc",
      "name": "便签21",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1840,
        10160
      ],
      "parameters": {
        "width": 400,
        "height": 928,
        "content": "## ⚙️ 设置说明"
      },
      "typeVersion": 1
    },
    {
      "id": "bbff1f85-e15d-4a49-9e78-5e283939a630",
      "name": "获取新的 Monday 任务",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1152,
        10880
      ],
      "parameters": {
        "options": {},
        "filtersUI": {
          "values": [
            {
              "lookupValue": "No",
              "lookupColumn": "Added"
            }
          ]
        },
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1KRiAUbZP77dC_9x5pqrvcQvaAkUsoPXkZOZvfU69ILM/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1KRiAUbZP77dC_9x5pqrvcQvaAkUsoPXkZOZvfU69ILM",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1KRiAUbZP77dC_9x5pqrvcQvaAkUsoPXkZOZvfU69ILM/edit?usp=drivesdk",
          "cachedResultName": "New Monday Tasks"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "HlBW2puZbuCCq8jJ",
          "name": "Google Sheets account 3"
        }
      },
      "typeVersion": 4.7
    },
    {
      "id": "6a7a191e-f507-4e7e-8aea-3ca08c03b9d2",
      "name": "创建 Monday 任务",
      "type": "n8n-nodes-base.mondayCom",
      "position": [
        -288,
        10768
      ],
      "parameters": {
        "name": "={{ $json.Task }}",
        "boardId": "9865886546",
        "groupId": "new_group29179",
        "resource": "boardItem",
        "additionalFields": {}
      },
      "credentials": {
        "mondayComApi": {
          "id": "swmFzbI2ZRBZwzn5",
          "name": "Monday.com account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "a4fb3aaa-dcc3-44e9-8724-15ab99a589e6",
      "name": "将行标记为已完成",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -720,
        10432
      ],
      "parameters": {
        "columns": {
          "value": {
            "Task": "={{ $json.Task }}",
            "Added": "Yes"
          },
          "schema": [
            {
              "id": "Task",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Task",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Added",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Added",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "Task"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "appendOrUpdate",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1KRiAUbZP77dC_9x5pqrvcQvaAkUsoPXkZOZvfU69ILM/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1KRiAUbZP77dC_9x5pqrvcQvaAkUsoPXkZOZvfU69ILM",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1KRiAUbZP77dC_9x5pqrvcQvaAkUsoPXkZOZvfU69ILM/edit?usp=drivesdk",
          "cachedResultName": "New Monday Tasks"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "HlBW2puZbuCCq8jJ",
          "name": "Google Sheets account 3"
        }
      },
      "typeVersion": 4.7
    },
    {
      "id": "c40bab9e-f109-4c4a-a460-c87e6c10ec36",
      "name": "便签67",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -352,
        10416
      ],
      "parameters": {
        "color": 3,
        "width": 224,
        "height": 480,
        "content": "### 2️⃣ 连接 Monday.com 节点"
      },
      "typeVersion": 1
    },
    {
      "id": "bfb1cf14-2e89-40de-ba2e-1d0a4aec9c6d",
      "name": "便签24",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1344,
        10592
      ],
      "parameters": {
        "color": 3,
        "width": 512,
        "height": 432,
        "content": "### 1️⃣ 准备您的 Google Sheet"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "Create Monday Task": {
      "main": [
        []
      ]
    },
    "Get new Monday Tasks": {
      "main": [
        [
          {
            "node": "Create Monday Task",
            "type": "main",
            "index": 0
          },
          {
            "node": "Mark row as Completed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 项目管理, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量7
分类2
节点类型3
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Robert Breen

Robert Breen

@rbreen

Professional services consultant with over 10 years of experience solving complex business problems across industries. I specialize in n8n and process automation—designing custom workflows that integrate tools like Google Calendar, Airtable, GPT, and internal systems. Whether you need to automate scheduling, sync data, or streamline operations, I build solutions that save time and drive results.

外部链接
在 n8n.io 查看

分享此工作流