updateMondayItem
Modify existing items in Monday.com boards by updating specific column values. Provide board ID, item ID, and new column data in required format to sync changes.
Instructions
Updates an existing item in the specified Monday board with new column values. The column_values parameter is required and should always include the updated field(s) in { "column_id": "new_value" } format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | The unique identifier of the Monday board | |
| item_id | Yes | The unique identifier of the item to update | |
| column_values | Yes | Object containing column values to update for the item. Example: { "status": "Planning", "person": "1324234" } |