返回 monday.com
将 Knoon AI 与 monday.com 连接以自动化 AI 工作流。
Find an item by column value; update it when found or create it when missing.
mondayDefaultUpsertItemByColumnValue
测试版
内部
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| boardId | file | monday.com board ID. | 是的 |
| lookupColumnId | mustache | Column ID to match. | 是的 |
| lookupValue | mustache | Column text/value to match. | 是的 |
| itemName | mustache | Item name to use when creating. | 是的 |
| columnValues | mustache | JSON object mapping column IDs to monday column values. Provide valid JSON. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| result | object | monday.com response. |