Zurück zu monday.com
Verbinde Knoon AI mit monday.com, um KI-Workflows zu automatisieren.
Find an item by column value; update it when found or create it when missing.
mondayDefaultUpsertItemByColumnValue
Beta
Intern
Berechtigungen
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| boardId | file | monday.com board ID. | Ja |
| lookupColumnId | mustache | Column ID to match. | Ja |
| lookupValue | mustache | Column text/value to match. | Ja |
| itemName | mustache | Item name to use when creating. | Ja |
| columnValues | mustache | JSON object mapping column IDs to monday column values. Provide valid JSON. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| result | object | monday.com response. |