从Google Sheets到Monday.com的自动化任务创建与状态更新
中级
这是一个Project Management, Multimodal AI领域的自动化工作流,包含 7 个节点。主要使用 MondayCom, GoogleSheets 等节点。 从Google Sheets到Monday.com的自动化任务创建与状态更新
前置要求
- •Google Sheets API 凭证
使用的节点 (7)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "a0911000-e46e-4997-bf20-2dcc78a6a00c",
"name": "Sticky Note63",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1392,
10160
],
"parameters": {
"color": 7,
"width": 1488,
"height": 928,
"content": "# ✅ Google Sheets to Monday.com Task Creator\n\nThis workflow checks a **Google Sheet** for new tasks (marked `Added = No`) and automatically creates them in a **Monday.com board**. \nOnce added, the workflow updates the sheet to mark the task as `Added = Yes`.\n"
},
"typeVersion": 1
},
{
"id": "17687765-c41a-4418-8b7f-887ab0e3fcdc",
"name": "Sticky Note21",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1840,
10160
],
"parameters": {
"width": 400,
"height": 928,
"content": "## ⚙️ Setup Instructions\n\n### 1️⃣ 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=876214427#gid=876214427) \n- First row should contain **column names** \n- Add your data in rows 2–100. \n- Make sure each new task row starts with `Added = No`. \n\n#### Connect Google Sheets in n8n\n1. Go to **n8n → Credentials → New → Google Sheets (OAuth2)** \n2. Log in with your Google account and grant access. \n3. In the workflow, select your **Spreadsheet ID** and **Worksheet Name**. \n4. Optional: You can connect Airtable, Notion, or your database instead of Google Sheets. \n\n---\n\n### 2️⃣ Connect Monday.com Node\n1. In **Monday.com** → go to your **Admin → API** \n - Copy your **Personal API Token** \n - Docs: [Generate Monday API Token](https://developer.monday.com/api-reference/docs/authentication) \n2. In **n8n** → **Credentials → New → Monday.com API** \n - Paste your token and save. \n3. Open the **Create Monday Task** node → choose your credential → select your **Board ID** and **Group ID**. \n\n---\n\n## 📬 Contact\nNeed help customizing this (e.g., mapping more fields, syncing statuses, or updating timelines)? \n\n📧 **robert@ynteractive.com** \n🔗 **[Robert Breen](https://www.linkedin.com/in/robert-breen-29429625/)** \n🌐 **[ynteractive.com](https://ynteractive.com)**\n"
},
"typeVersion": 1
},
{
"id": "bbff1f85-e15d-4a49-9e78-5e283939a630",
"name": "Get new Monday Tasks",
"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": "Create Monday Task",
"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": "Mark row as Completed",
"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": "Sticky Note67",
"type": "n8n-nodes-base.stickyNote",
"position": [
-352,
10416
],
"parameters": {
"color": 3,
"width": 224,
"height": 480,
"content": "### 2️⃣ Connect Monday.com Node\n1. In **Monday.com** → go to your **Admin → API** \n - Copy your **Personal API Token** \n - Docs: [Generate Monday API Token](https://developer.monday.com/api-reference/docs/authentication) \n2. In **n8n** → **Credentials → New → Monday.com API** \n - Paste your token and save. \n3. Open the **Create Monday Task** node → choose your credential → select your **Board ID** and **Group ID**. \n"
},
"typeVersion": 1
},
{
"id": "bfb1cf14-2e89-40de-ba2e-1d0a4aec9c6d",
"name": "Sticky Note24",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1344,
10592
],
"parameters": {
"color": 3,
"width": 512,
"height": 432,
"content": "### 1️⃣ 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=876214427#gid=876214427) \n- Add your data in rows 2–100. \n- Make sure each new task row starts with `Added = No`. \n\n#### Connect Google Sheets in n8n\n1. Go to **n8n → Credentials → New → Google Sheets (OAuth2)** \n2. Log in with your Google account and grant access. \n3. In the workflow, select your **Spreadsheet ID** and "
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"6a7a191e-f507-4e7e-8aea-3ca08c03b9d2": {
"main": [
[]
]
},
"bbff1f85-e15d-4a49-9e78-5e283939a630": {
"main": [
[
{
"node": "6a7a191e-f507-4e7e-8aea-3ca08c03b9d2",
"type": "main",
"index": 0
},
{
"node": "a4fb3aaa-dcc3-44e9-8724-15ab99a589e6",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 项目管理, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
从Monday.com到Google Sheets创建每日任务状态快照
从Monday.com到Google Sheets创建每日任务状态快照
Set
Code
Merge
+
Set
Code
Merge
9 节点Robert Breen
项目管理
每日 Trello 任务追踪器与 Google Sheets 历史记录
每日 Trello 任务追踪器与 Google Sheets 历史记录
Set
Code
Merge
+
Set
Code
Merge
11 节点Robert Breen
项目管理
Trello 看板自动清理(移除特定标签卡片)
通过移除特定标签卡片实现 Trello 看板自动清理
Filter
Trello
Split Out
+
Filter
Trello
Split Out
10 节点Robert Breen
项目管理
每日 Trello 任务截止日期摘要发送至 Slack
每日 Trello 任务截止日期摘要发送至 Slack
Set
Code
Merge
+
Set
Code
Merge
13 节点Robert Breen
项目管理
AI网站聊天机器人 - GPT与Google表格CRM线索收集
集成GPT和Google表格的AI网站聊天机器人 - CRM线索收集系统
Code
Google Sheets
Agent
+
Code
Google Sheets
Agent
14 节点Robert Breen
潜在客户开发
AI生成LinkedIn帖子含人工审批
使用GPT-4、GoToHuman和Blotato的AI生成LinkedIn帖子含人工审批
Code
Merge
Filter
+
Code
Merge
Filter
19 节点Robert Breen
社交媒体
工作流信息
难度等级
中级
节点数量7
分类2
节点类型3
作者
Robert Breen
@rbreenProfessional 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 查看 →
分享此工作流