Back to monday.com
Connect Knoon AI with monday.com to automate AI workflows.
Find an item by column value; update it when found or create it when missing.
mondayDefaultUpsertItemByColumnValue
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| boardId | file | monday.com board ID. | Yes |
| lookupColumnId | mustache | Column ID to match. | Yes |
| lookupValue | mustache | Column text/value to match. | Yes |
| itemName | mustache | Item name to use when creating. | Yes |
| columnValues | mustache | JSON object mapping column IDs to monday column values. Provide valid JSON. | No |
Returns
| Name | Type | Description |
|---|---|---|
| result | object | monday.com response. |