Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node interacts with Monday.com updates, specifically supporting operations related to updates such as listing updates, creating, updating, deleting, pinning, duplicating updates, and uploading files to updates. It is useful for automating and managing update content on Monday.com items, enabling workflows to programmatically handle update data and attachments.

Use Case Examples

  1. List updates on a specific item to monitor recent changes or communications.
  2. Create a new update or reply to an existing update on an item to automate status reporting or comments.
  3. Duplicate an existing update to reuse content across items.
  4. Upload files to an update to attach relevant documents or images automatically.

Output

JSON

  • id - The unique identifier of the update.
  • text_body - The text content of the update.
  • created_at - Timestamp when the update was created.
  • updated_at - Timestamp when the update was last updated.
  • creator
    • id - ID of the user who created the update.
    • name - Name of the user who created the update.
  • assets - List of files attached to the update, including name, public URL, and file size.
  • replies - Replies to the update, including text body, creation time, and creator name.
  • pinned_to_top - Indicates if the update is pinned to the top of the item.

Dependencies

  • An API key credential for Monday.com API access
  • The Monday.com GraphQL API endpoint

Troubleshooting

  • Ensure the API key credential is correctly configured and has sufficient permissions to access updates.
  • Verify that the item ID provided for update operations exists and is accessible.
  • Check for proper formatting of input parameters, especially when creating or updating updates.
  • Handle API rate limits and errors gracefully; the node supports continue on fail to manage errors without stopping workflows.

Links

Discussion