Move Item To Group
Moves an item between groups in the same board.
External Documentation
To learn more, visit the Monday documentation.
Parameters
Parameter | Description |
---|---|
Group ID | The group's unique identifier. |
Item ID | The 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
Preview this Workflow on desktop