Actions126
- Item Actions
- Create or Update Item
- List Items in a Board
- Search Items by Filter
- Upload files to column
- Update Column Values of an Item
- Duplicate an Item
- List Items in a Group
- Get Item Activity Logs
- Create an Item
- Delete an Item
- List Item Subscribers
- Get an Item
- Create an Item
- Update Column Values of an Item
- Delete an Item
- Duplicate an Item
- List Items in a Group
- List Item Subscribers
- Get Item Activity Logs
- Get an Item
- Create an Item
- Create or Update Item
- Delete an Item
- List Items in a Board
- Search Items by Filter
- List Item Subscribers
- Upload files to column
- Get an Item
- Update Column Values of an Item
- Create or Update Item
- Duplicate an Item
- List Items in a Board
- List Items in a Group
- Search Items by Filter
- Get Item Activity Logs
- Upload files to column
- Board Actions
- Create a Board
- Duplicate a Group
- List Board Subscribers
- Remove Board Subscribers
- List Boards
- Get a Group
- List Activity Logs
- Remove Board Subscribers
- List Boards
- Create a Board
- List Activity Logs
- Add Board Subscribers
- List Boards
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Board
- List Activity Logs
- Add Board Subscribers
- List Board's Groups
- Create a Board
- Create a Group
- Get a Board
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Add Board Subscribers
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Remove Board Subscribers
- Update Actions
- Team Actions
- Download File Actions
- User Actions
- Query Actions
- Notification Actions
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
- Creating a new project phase group named 'Design Phase' with a blue color, positioned after the 'Planning' group on a project board.
- 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
- Monday.com API - create_group Mutation - Official documentation for the create_group mutation used to create a new group on a board.