Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node operation lists all groups within a specified Monday.com board. It allows filtering groups based on their archived or deleted status. This is useful for users who want to retrieve and manage the organizational structure of a board by accessing its groups, for example, to display group details or to perform further operations on specific groups.

Use Case Examples

  1. Retrieve all active groups in a project management board to display their titles and colors.
  2. List archived groups in a board to review or restore them.
  3. Fetch deleted groups to audit changes or clean up the board structure.

Properties

Name Meaning
Workspace Select the workspace containing the board from which to list groups.
Board Select the specific Monday.com board to list groups from.
Archived Boolean flag to include archived groups in the listing.
Deleted Boolean flag to include deleted groups in the listing.

Output

JSON

  • id - The unique identifier of the group.
  • title - The title or name of the group.
  • color - The color associated with the group.
  • position - The position of the group within the board.
  • archived - Indicates if the group is archived (optional, present if requested).
  • deleted - Indicates if the group is deleted (optional, present if requested).

Dependencies

  • Monday.com API (requires an API key credential)

Troubleshooting

  • Ensure the API key credential is correctly configured and has permissions to access the specified workspace and board.
  • Verify that the board ID is valid and the board exists in the selected workspace.
  • If no groups are returned, check if the board actually contains groups or if filters (archived/deleted) exclude all groups.
  • Handle API rate limits or timeouts by increasing request timeout settings if necessary.

Links

Discussion