TL;DR: When the status of a connected item (on another board) changes to a value you pick, this recipe updates a status column on this board to a value you choose. It's a sync between two real Status columns — not a Mirror column.
Add a caption...
What this does
Recipe:"When a connected item on another board has its status changed to something, change this status column in this board to something."
Watches connected items on another board (any item linked to this board through a connect column). When one of their status columns hits the value you specify, the recipe sets a status column on this board to a value you choose.
The trigger is on the other board; the action is here. That directionality is the key to picking this recipe correctly.
Add a caption...
When to use it
Project ↔ Task: when a task is marked Done, set the linked project row to In review
Sales pipeline ↔ Delivery: when a fulfilment item flips to Shipped, set the deal's status to Closed
Eng ↔ Support: when an engineering bug ticket goes Resolved, set the support board's row to Ready to reply
Setting Up Connected Board Automations in Monday.com
Learn how to set up and test connected board automations in Monday.com to automatically sync status changes across multiple workflows.
June 2, 2026 By Kevin - Customer Experience Manager
This guide explains how to automatically sync status updates across connected boards in Monday.com. By configuring this automation, you ensure that dependent tasks reflect real-time progress without manual data entry.
This applies to project managers and team members using Monday.com who manage workflows spanning multiple connected boards. It is best used during the initial board setup or workflow optimization phases.
Select the Automation Template
1. Click Automate in the upper-right corner of your board.
Add a caption...
2. In the Search bar — type "when a connected item on another board has its status changed to something..." to find the cross-board status template.Click Use template on the Connected Boards automation card.
Add a caption...
Configure the Automation Parameters
Info: In Monday.com automations, the underlined words act as customizable variables for your trigger and action.
3. Click word connected and select the relevant Connect Boards column.
Add a caption...
Info: In most cases, Connect columns are automatically named after the target board default, or "link to <target board>" by default.
4. Click another board to specify the target board itself.
Add a caption...
5. Click the status variable to open the dropdown and select the Status column that resides in the target board.
Add a caption...
6. Select your desired label as the trigger condition. (e.g: Done, Working on it, etc.)
Add a caption...
7. Click status column and select the Status column in your current board.
Add a caption...
8. Click the something placeholder to define the new status.
Add a caption...
9. Click Create automation to save and activate the workflow.
Add a caption...
Test the Automation
Success: Testing ensures your boards are communicating properly before rolling out the workflow to your team.
10. In this particular example — click on First Board to navigate to the connected item's origin.
Add a caption...
11. Click on the current status of your test item.
Add a caption...
12. Change the status label to Done.
Add a caption...
13. Click on Second Board in the bottom-left navigation menu to verify the item automatically updated to "Completed".
Add a caption...
Q: Can I use this automation for boards that aren't connected?
A: No, this specific automation requires a "Connect boards" column actively linking the two boards together.
Q: What if I have multiple status columns on my board?
A: The automation setup allows you to specify exactly which status column serves as the trigger and which corresponding column should be updated.
Term
Definition
Connected Boards
A Monday.com feature that links items across different boards to share data seamlessly.
Automation Template
A pre-built logic rule in Monday.com that triggers automatic actions based on specific conditions.
Trigger
The specific event, such as a status change, that initiates an automation sequence.
Action
The resulting task or update performed automatically after a trigger occurs.
Common gotchas
The connect column must already exist and be populated. The recipe only fires for items that are actually connected. New items with empty connect columns won't trigger it.
Status labels must exist on both boards before you set up the recipe. If you reference a label that doesn't exist on this board's status column, the action fails silently.
One trigger value per recipe. If you need to map multiple incoming statuses (Done → In review, Cancelled → Archived), set up one recipe per pair.
The trigger is on the OTHER board. A status change here on this board won't fire this recipe — that's a different recipe.
One-to-many is fine. If this board's item is connected to several items on the other board, the recipe fires whenever any of them hits the trigger value.