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 Monday.com board to a specified workspace and folder, with options to rename the new board, choose the duplication type, and decide whether to keep subscribers. It is useful for creating copies of project boards for reuse or backup, preserving structure, pulses, and updates as needed.
Use Case Examples
- Duplicating a project management board to a new workspace with a new name while keeping the original subscribers.
- Creating a copy of a board with only its structure for a new team to customize independently.
Properties
| Name | Meaning |
|---|---|
| New Board Name | The name for the duplicated board. |
| Board to Duplicate | The ID of the existing board to duplicate. |
| Destination Workspace | The workspace ID where the duplicated board will be created. |
| Destination Folder | The folder ID within the workspace where the duplicated board will be placed. |
| Keep Subscribers | Boolean flag indicating whether to keep the subscribers from the original board on the duplicated board. |
| Duplicate Type | The type of duplication to perform, determining what content is copied. |
Output
JSON
boardid- ID of the duplicated board.name- Name of the duplicated board.
Dependencies
- Monday.com API with an API key credential
Troubleshooting
- Ensure the API key credential is correctly configured and has permissions to access and duplicate boards.
- Verify that the board ID, workspace ID, and folder ID are valid and accessible by the API key.
- If the duplication fails, check for error messages indicating missing parameters or permission issues.
Links
- Monday.com API Duplicate Board Mutation - Official documentation for the duplicate_board mutation used to duplicate boards.