Skip to main content

Move Item To Group

Moves an item between groups in the same board.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Group IDThe group's unique identifier.
Item IDThe item's unique identifier.

Example Output

{
"data": {
"move_item_to_group": {
"id": "1235025789"
}
},
"account_id": 12345678
}

Workflow Library Example

Move Item to Group with Monday and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop