Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node interacts with Monday.com boards and groups, specifically providing the ability to retrieve details of a specific group within a selected board. It is useful for workflows that need to access or manipulate group data on Monday.com boards, such as project management or task organization scenarios. For example, a user can fetch a group's details to analyze its properties or use the data in subsequent automation steps.

Use Case Examples

  1. Retrieve details of a specific group in a Monday.com board to display group information in a dashboard.
  2. Fetch a group by its ID to update or process its tasks programmatically.

Properties

Name Meaning
Board The Monday.com board from which to select the group. This is required to scope the group selection to a specific board.
Group ID The specific group within the selected board to retrieve details for. This is required and can be selected from the list of groups loaded dynamically based on the selected board.

Output

JSON

  • id - The unique identifier of the group.
  • title - The title or name of the group.

Dependencies

  • Requires an API key credential for Monday.com API access.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access the board and group data.
  • Verify that the Board ID and Group ID are correctly specified and exist in the Monday.com account.
  • Common errors include missing API key, invalid board or group IDs, and permission issues. These can be resolved by checking credentials, input parameters, and user permissions.

Links

Discussion