Actions126
- Item Actions
- Create or Update Item
- List Items in a Board
- Search Items by Filter
- Upload files to column
- Update Column Values of an Item
- Duplicate an Item
- List Items in a Group
- Get Item Activity Logs
- Create an Item
- Delete an Item
- List Item Subscribers
- Get an Item
- Create an Item
- Update Column Values of an Item
- Delete an Item
- Duplicate an Item
- List Items in a Group
- List Item Subscribers
- Get Item Activity Logs
- Get an Item
- Create an Item
- Create or Update Item
- Delete an Item
- List Items in a Board
- Search Items by Filter
- List Item Subscribers
- Upload files to column
- Get an Item
- Update Column Values of an Item
- Create or Update Item
- Duplicate an Item
- List Items in a Board
- List Items in a Group
- Search Items by Filter
- Get Item Activity Logs
- Upload files to column
- Board Actions
- Create a Board
- Duplicate a Group
- List Board Subscribers
- Remove Board Subscribers
- List Boards
- Get a Group
- List Activity Logs
- Remove Board Subscribers
- List Boards
- Create a Board
- List Activity Logs
- Add Board Subscribers
- List Boards
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Board
- List Activity Logs
- Add Board Subscribers
- List Board's Groups
- Create a Board
- Create a Group
- Get a Board
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Add Board Subscribers
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Remove Board Subscribers
- Update Actions
- Team Actions
- Download File Actions
- User Actions
- Query Actions
- Notification Actions
Overview
This node operation lists updates associated with a specific item on a Monday.com board. It allows filtering updates by a maximum number of results, and by creation date range (from and to dates). This is useful for tracking communication, changes, or progress notes related to a particular item in project management workflows.
Use Case Examples
- Retrieve the latest 50 updates on a project task item to review recent comments and changes.
- Filter updates on a specific item to only those created within the last week for status reporting.
Properties
| Name | Meaning |
|---|---|
| Item | The ID of the item on the selected board for which to list updates. This is required to specify the target item. |
| Limit | Maximum number of update results to return. If set to 0, all updates will be returned. |
| From Date | Filter to include only updates created on or after this date. |
| To Date | Filter to include only updates created on or before this date. |
Output
JSON
id- Unique identifier of the updatetext_body- Content body of the updatecreated_at- Timestamp when the update was createdupdated_at- Timestamp when the update was last updatedcreatorid- ID of the user who created the updatename- Name of the user who created the update
assets- List of files or assets attached to the update, including name, public URL, and file sizereplies- List of replies to the update, each with text body, creation date, and creator namepinned_to_top- Indicates if the update is pinned to the top of the item
Dependencies
- Monday.com API
Troubleshooting
- Ensure the provided item ID is valid and accessible in the authenticated Monday.com account.
- Check API key credential is correctly configured and has permissions to read updates on the specified board and item.
- If no updates are returned, verify the item actually has updates and the date filters are not excluding all results.
- Handle API rate limits or errors gracefully; the node throws errors if the API response indicates failure.
Links
- Monday.com API Documentation - Official API documentation for Monday.com, including queries for updates.