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 duplicates an existing group within a specified Monday.com board. It allows users to create a copy of a group, optionally renaming it and deciding whether to add the duplicated group to the top of the board. This is useful for quickly replicating group structures and content within project management workflows on Monday.com.
Use Case Examples
- Duplicating a project phase group to reuse its structure for a new phase.
- Copying a task group to create a similar set of tasks for a different team or project.
Properties
| Name | Meaning |
|---|---|
| Board | The Monday.com board where the group to be duplicated exists. Users can select from a list or specify the board ID via expression. |
| Group | The specific group within the selected board to duplicate. Users can select from a list or specify the group ID via expression. |
| Group Name | The name for the new duplicated group. |
| Add to top | Boolean flag indicating whether the duplicated group should be added to the top of the board. |
Output
JSON
id- The ID of the duplicated group.title- The title/name of the duplicated group.
Dependencies
- Monday.com API key credential for authentication
Troubleshooting
- Ensure the Board ID and Group ID are correctly specified; missing these will cause errors.
- Verify that the API key credential is valid and has permissions to duplicate groups on the specified board.
- If the 'Add to top' option is used, confirm that the board supports group ordering as expected.
Links
- Monday.com API - duplicate_group Mutation - Official Monday.com API documentation for duplicating a group on a board.