Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node interacts with Monday.com updates, specifically supporting the 'Pin' operation for updates. It allows users to pin a specific update to the top of an item on a Monday.com board. This is useful for highlighting important updates or announcements related to a particular item. For example, a project manager can pin a critical update to ensure it remains visible to all team members working on that item.

Use Case Examples

  1. Pin an update to the top of a task item to highlight important information.
  2. Pin a status update on a project item to keep it visible for all collaborators.

Properties

Name Meaning
Item The ID of the item on the selected board to which the update belongs. This is required to specify the context of the update to pin.
Update ID The ID of the update to be pinned. This identifies the specific update on the item that will be pinned to the top.

Output

JSON

  • id - The ID of the pinned update returned from the API.

Dependencies

  • Requires an API key credential for Monday.com (WorktablesApi) to authenticate requests.

Troubleshooting

  • Ensure both 'Item ID' and 'Update ID' are provided; missing either will cause errors.
  • If the API key is missing or invalid, the node will throw an authentication error.
  • Errors from the Monday.com API are returned with messages; check the error details for specific issues.
  • If the node is set to continue on fail, errors will be returned in the output JSON under an 'error' property.

Links

Discussion