Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

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

  1. Duplicating a project management board to a new workspace with a new name while keeping the original subscribers.
  2. 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

  • board
    • id - 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

Discussion