Search K
Appearance
Appearance
The Update Monday Item node is used to update existing items in a Monday.com board. It supports modifying column values, posting comments, and uploading files to the item's activity feed (thread). This task is useful when workflows require ongoing updates to records in Monday.com based on automation or integration logic.
Property | Value |
---|---|
Node Name | Update Monday Item |
Task Type | UpdateMondayItem |
Node Type | Task |
Icon | (Custom, not provided) |
Purpose | Update a Monday.com item with column values, comments, and file attachments. |
These are the configurable fields available in the node's UI:
Label | Type | Required | Description |
---|---|---|---|
Item Id | Text | ✅ Yes | The numeric ID of the Monday.com item to update. |
Column Values | JSON/Text | Optional | JSON string of column values to update (e.g., {"text_column": "new value", "status": {"label": "Done"}} ). |
Comment | Text | Optional | A comment to post to the item’s thread. |
Attach File | File Path / Text | Optional | Full file path to upload and attach to the item’s thread. |
ServiceAccount-Monday | Text | ✅ Yes | The ID of the service account used to authenticate with Monday.com. |
Validation
Item Id
is provided and is a valid numeric value.Item and Board Retrieval
Item Id
to fetch the corresponding item and its board.Update Actions
Column Values
is provided.Comment
is provided.Completion
Email Sent
. (💡 Note: This message may be a placeholder—consider updating it to something more descriptive like "Item Updated").The node will fail under the following conditions:
Item Id
is missing or not a valid number.An automation workflow tracks approval processes. When an item is approved, this node updates a status column to "Approved", posts a comment like "Approved by manager", and attaches a PDF approval certificate to the item.
Column Values
input must be in valid JSON format representing Monday column updates.Attach File
must be accessible to the API server executing the task.