Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

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

  1. Duplicating a project phase group to reuse its structure for a new phase.
  2. 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

Discussion