Power BI Connector for Monday

Build 24.0.9175

MoveItemToBoard

Moves a specific item from one board to another, preserving its associated data.

Input

Name Type Required Description
BoardId String True The unique identifier of the target board, which the operation will affect, such as moving or updating items.
GroupId String True The unique identifier of the group within the target board, specifying which group the item or items should be moved to.
ItemId String True The unique identifier of the item being moved, updated, or otherwise manipulated in the target group or board.
ColumnsMapping String False A mapping that defines how columns in the original board correspond to columns in the target board, ensuring data is transferred correctly.
SubitemsColumnsMapping String False A mapping of subitem columns between the original and target boards, ensuring subitem data is accurately aligned during the operation.

Result Set Columns

Name Type Description
Success Boolean A boolean flag indicating whether the operation was successful. True means the operation was executed successfully without errors, while false means there was a failure.
Details String A text field providing additional details about the operation, such as error messages or descriptions of partial successes if the operation did not fully succeed.
ItemId String The unique identifier of the item that was processed, returned for reference or further use in subsequent operations.

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