Power BI Connector for Monday

Build 24.0.9175

DuplicateGroup

Duplicates an existing group within a board.

Input

Name Type Required Description
BoardId String True The unique identifier of the board where the group will be added, used to target the specific board for the operation.
GroupId String True The unique identifier of the group being modified or created, allowing the operation to reference a specific group within the board.
AddToTop Boolean False A flag indicating whether the new group should be placed at the top of the board or list. If true, the group is added to the top; if false, it is added at the default position.
GroupTitle String False The title or name of the group being created or modified, used for identification and display purposes within the board.

Result Set Columns

Name Type Description
Success Boolean A boolean flag indicating whether the operation was successful. True means the group was successfully added or modified; false indicates an error occurred.
Details String A message providing additional information on the operation's outcome, helpful for understanding errors or confirming successful execution.
GroupId String The unique identifier of the newly created or modified group, which can be used to reference the group in future operations.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175