8
n8n 中文网amn8n.com

从Jotform提交创建Monday.com看板项目(含字段映射)

中级

这是一个Miscellaneous, Project Management, Multimodal AI领域的自动化工作流,包含 6 个节点。主要使用 MondayCom, JotFormTrigger 等节点。 从Jotform提交创建Monday.com看板项目(含字段映射)

前置要求
  • 无特殊前置要求,导入即可使用
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "99d58716-909f-4bdd-87e2-7480df396fdf",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1136,
        3120
      ],
      "parameters": {
        "color": 7,
        "width": 1248,
        "height": 1056,
        "content": "### 将 Jotform 提交添加到 Monday.com 看板(Jotform 触发器 → Monday.com 创建项目)"
      },
      "typeVersion": 1
    },
    {
      "id": "01bb1db3-bb09-4216-8675-f78cef29c008",
      "name": "便签 11",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1568,
        3120
      ],
      "parameters": {
        "width": 400,
        "height": 1056,
        "content": "## 🛠️ 设置 — Monday.com"
      },
      "typeVersion": 1
    },
    {
      "id": "2f3b5571-3cc8-4149-8e5a-bdb7129a9d14",
      "name": "Jotform 表单",
      "type": "n8n-nodes-base.jotFormTrigger",
      "position": [
        -848,
        3712
      ],
      "webhookId": "f4f6a2ed-a098-43e1-aa9e-eb6a44b34028",
      "parameters": {
        "form": "252445218058053"
      },
      "typeVersion": 1
    },
    {
      "id": "2e25b2de-0fe1-414a-baec-c62c1d760f5a",
      "name": "Monday.com 发布",
      "type": "n8n-nodes-base.mondayCom",
      "position": [
        -432,
        3872
      ],
      "parameters": {
        "name": "={{ $json.Name.first }} {{ $json.Name.last }}",
        "boardId": "9954397625",
        "groupId": "topics",
        "resource": "boardItem",
        "additionalFields": {
          "columnValues": "={{ (()=>{\n  const out = {};\n\n  // Email (Text)\n  out.text_mkvdj8v3 = $json.Email || \"\";\n\n  // Start Date (Date -> YYYY-MM-DD)\n  if ($json['Start Date']) {\n    const y = String($json['Start Date'].year || '');\n    const m = String($json['Start Date'].month || '').padStart(2,'0');\n    const d = String($json['Start Date'].day || '').padStart(2,'0');\n    out.date_mkvdg4aa = { date: (y && m && d) ? `${y}-${m}-${d}` : '' };\n  }\n\n  // Engagement Type (Dropdown) – map label -> ID\n  const engMap = { \"Engagement A\": 1, \"Engagement B\": 2 };\n  const eng = $json['Engagement Type'];\n  if (eng && engMap[eng]) {\n    out.dropdown_mkvdjwra = { ids: [ engMap[eng] ] };\n  }\n\n  // Campaign Type (Dropdown) – map label -> ID\n  const campMap = { \"Campaign A\": 1, \"Campaign B\": 2 };\n  const camp = $json['Campaign Type'];\n  if (camp && campMap[camp]) {\n    out.dropdown_mkvdd9v3 = { ids: [ campMap[camp] ] };\n  }\n\n  // Campaign Type (Text) – store label too\n  out.text_mkvd2md9 = $json['Campaign Type'] || \"\";\n\n  // Instructions on posting (Text)\n  out.text_mkvd1bj2 = $json.Instructions || \"\";\n\n  // Domain (Text) – derived from Email\n  out.text_mkvd5w3y = ($json.Email && $json.Email.includes(\"@\"))\n    ? $json.Email.split(\"@\")[1]\n    : \"\";\n\n  return JSON.stringify(out);\n})() }}\n"
        }
      },
      "credentials": {
        "mondayComApi": {
          "id": "swmFzbI2ZRBZwzn5",
          "name": "Monday.com account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "0fb77582-44ea-47c4-b653-32d4baaa5289",
      "name": "便签64",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -912,
        3312
      ],
      "parameters": {
        "color": 3,
        "width": 224,
        "height": 544,
        "content": "## 🛠️ 设置 — Jotform(简单)"
      },
      "typeVersion": 1
    },
    {
      "id": "19d12eff-5762-4b2a-ac2f-62c3dfeb6c11",
      "name": "便签 65",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -576,
        3232
      ],
      "parameters": {
        "color": 3,
        "width": 432,
        "height": 848,
        "content": "## 🛠️ 设置 — Monday.com"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {
    "Jotform Form": [
      {
        "Name": {
          "last": "Breen",
          "first": "Robert"
        },
        "Email": "Robert.j.breen@gmail.com2",
        "Start Date": {
          "day": "03",
          "year": "2025",
          "month": "09"
        },
        "Instructions": "testing this",
        "Campaign Type": "Campaign B",
        "Engagement Type": "Engagement A"
      }
    ]
  },
  "connections": {
    "Jotform Form": {
      "main": [
        [
          {
            "node": "Monday.com Post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

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

需要付费吗?

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

工作流信息
难度等级
中级
节点数量6
分类3
节点类型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 查看

分享此工作流