TL;DR: Two automations: move a subitem to a new parent on Status change, then notify the assignee. Useful for staff-queue handoffs and pipeline stages.
What this does
This is a two-automation pattern:
A Subitem Automations recipe moves a subitem to a different parent item when its Status changes.
A monday.com native recipe notifies the subitem's owner once the subitem appears in its new home.
Together, they hand a task from one person/stage to the next without anyone having to drag-and-drop.
The classic use case
Each parent item represents a staff member (or stage). Subitems are the tasks each person owns. When a task is ready to hand off:
Change the subitem's Status to the next stage's label (e.g. Pass to Design).
Automation 1 moves the subitem under the next parent item (e.g. Designer Sarah).
Automation 2 sends Sarah a notification that a new task landed on her queue.
Works for any pipeline where work moves through people or stages — design handoffs, support escalations, fulfillment steps.
When to use it
Multi-stage workflows where ownership changes mid-task
Staff-as-parent-items boards (each person has their own queue of subitem tasks)
Anytime a Status change should physically move the subitem AND alert someone
Before you start
A Status column on the subitem (the trigger for moving)
A People column on the subitem (the assignee who'll be notified)
Decided which Status labels map to which target parent items
Step 1: Set up the move automation
Open Automate → Create on your board and search move subitem status. You'll see several variants of the move recipe — pick the one that matches what you need:
Move subitem variant — basic move on status change
Move subitem variant — with column value mapping
Move subitem variant — cross-board move
Move subitem variant — with mapping and connect
If you're not sure which variant to pick: start with the simplest "move to this item on this board" recipe. You can always swap to a mapping variant later if you need to translate column values during the move.
Configure the Status trigger and target parent item, then click Create automation.
Step 2: Set up the notification automation
This part uses monday.com's native automation (not Subitem Automations).
Important: "Moving" a subitem with Subitem Automations triggers the "When a subitem is created" webhook on the destination item. So your notification automation should be set up on the destination, listening for new subitems.
Open Automate → Create on the destination board.
Search for monday's native "When subitem is created, notify someone" recipe.
Select People column as the someone to notify (so the assignee on the moved subitem gets pinged).
On a subitem with an assigned People column value, change the Status to the trigger label.
Confirm the subitem moved under the target parent item.
Confirm the assignee got a notification (check their notifications panel in monday.com).
Common gotchas
The notification fires on subitem creation, not move. That's expected — Subitem Automations triggers the "subitem created" webhook when it moves a subitem to a new parent. The notification automation listens for that event.
The People column on the subitem must be filled in before the move, otherwise there's no one to notify.
Two automations are required. Subitem Automations handles the move; monday.com's native automation handles the notification. They work together.
Status labels are case-sensitive — match them exactly when configuring the trigger.
If your workflow involves multiple stages, set up one move automation per Status label → target item pair.