Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node operation creates a new group within a specified Monday.com board. It allows users to define the group name, select a color for the group, and position the new group relative to an existing group on the board (either before or after the selected group). This is useful for organizing tasks or items into categorized groups on a Monday.com board, enhancing project management and workflow organization.

Use Case Examples

  1. Creating a new project phase group named 'Design Phase' with a blue color, positioned after the 'Planning' group on a project board.
  2. Adding a 'Backlog' group in grey color before the 'In Progress' group to organize tasks that are yet to be started.

Properties

Name Meaning
Board The Monday.com board where the new group will be created. Users can select from available boards or specify an ID.
Group Name The name of the new group to be created on the board.
Group color The color assigned to the new group for visual identification. Users can select from predefined color options.
Relative To Group Name The existing group on the selected board relative to which the new group will be positioned.
Position Relative Defines whether the new group will be created before or after the selected relative group.

Output

JSON

  • id - The unique identifier of the newly created group.
  • title - The title (name) of the newly created group.

Dependencies

  • Monday.com API

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to create groups on the specified board.
  • Verify that the board ID and relative group ID are valid and exist in the Monday.com account.
  • Check for network connectivity issues that might prevent communication with the Monday.com API.
  • If the group name is empty or invalid, the API may reject the request; ensure a valid group name is provided.

Links

Discussion