
Automation Pain Point #4
You need a button that updates a status column on a different board. Click “Mark Complete” on the Booking board, and the corresponding item on the Delivery board changes status to “Ready to Ship”. No manual board-hopping, no copy-pasting item names.
Monday.com’s button column can trigger automations, and cross-board automations do exist. But here’s the problem: cross-board automations are designed to create items, move items, or mirror data — not to selectively update a status column on an existing linked item.
The result? Teams build fragile workarounds involving Connect Boards columns, Mirror columns, and intermediate status columns that cascade changes. Or they give up and manually update both boards.
This article explains why monday.com’s cross-board architecture makes this harder than it should be, and how BoardBridge handles button-triggered cross-board status updates.
Monday.com’s cross-board automation recipes are built around creating new items or moving existing items from one board to another. The automation templates you see in the builder reflect this:
There’s no native recipe for:
“When button is clicked on Board A, update the status column on a linked item on Board B”
You can create items. You can move items. You can mirror column values (read-only). But selectively updating a specific column on a linked item requires stitching together Connect Boards columns, Mirror columns, and automation triggers in ways that break easily.
From a forum thread titled “Create item in another board — location column not copying” [Source: https://community.monday.com/t/create-item-in-another-board-automation-and-location-column-not-copying/112470]:
“When I try to create an item via automation from 1 board to a second board, location columns on the source board don’t appear to be supported to copy to the second board.” — julDH14 (Julie H), April 1, 2025
Monday.com staff did not respond. A community ambassador asked for clarification but provided no solution.
From the official cross-board automations documentation [Source: https://support.monday.com/hc/en-us/articles/360011393900-Cross-board-automations]:
Unsupported column types in cross-board item creation:
Even when you CAN create items cross-board, many column types don’t transfer. And updating an existing item on another board is not part of the automation recipe library at all.
| Scenario | Desired Workflow |
|---|---|
| Sales handoff | Click “Mark Won” on CRM board → Delivery board item status changes to “In Queue” |
| Project milestone | Click “Design Approved” on Design board → Development board item status changes to “Ready to Build” |
| Vendor confirmation | Click “Vendor Confirmed” on Booking board → Logistics board item status changes to “Confirmed” |
| Multi-board workflows | Update status on 3 boards from one button (CRM, Delivery, Finance) |
| Feature | Support |
|---|---|
| Cross-board item creation | ✅ Supported, but many column types don’t transfer |
| Cross-board item move | ✅ Supported, but moves the entire item (doesn’t leave a copy) |
| Cross-board status update via automation | ❌ No native recipe for “update status on linked item” |
| Connect Boards + Mirror columns | ⚠️ Workaround exists but fragile and read-only on the mirrored side |
| Button-triggered cross-board updates | ❌ Not natively supported |
From a forum thread titled “Automation by column change does not work if the change was by automation” [Source: https://community.monday.com/t/automation-by-column-change-does-not-work-if-the-change-was-by-automation/69289]:
“When an item is created in the board NEW an automation is activated to connect the item…On the board CURRENT there is an automation that suppose to be activated by column change…It does not get activated by the change that happens with the automation.” — elromlu, October 26, 2023
Monday.com Implementation Consultant GiannisKoukounas confirmed: automations do not trigger other automations. This means even if you set up a chain of cross-board triggers, they won’t cascade as expected.
Here’s a workflow from a client running a SaaS product delivery process.
The company uses two boards:
When a deal closes on the CRM board:
Later, when the delivery team assigns an onboarding specialist:
This is bidirectional cross-board status sync — changes on Board A reflect on Board B, and vice versa.
Here’s the fragile workaround teams build:
Step 1: Connect the boards
Step 2: Mirror the status
Step 3: Create intermediate status columns
Problems:
Step 1: Link the boards
Step 2: Configure the button
When clicked:
Later, when the delivery manager clicks “Assign Specialist” on the Delivery Board:
Result: Bidirectional status sync with zero manual intervention.
Cross-Board Workflows That Actually Work
One trigger, actions across multiple boards. No more one-automation-per-board limits.
If you’re not using BoardBridge, here’s the most reliable monday.com-native workaround:
On the CRM Board:
On the Delivery Board:
Trigger: When CRM status changes to “Won” Action: Create an item on the Delivery Board with:
Limitation: You can’t automatically set the Delivery Board status to “In Queue” in this automation — the “create item” action doesn’t support setting status on creation. You’d need a second automation on the Delivery Board: “When item is created, change status to ‘In Queue’.”
Trigger: When Delivery status changes to “Specialist Assigned” Action: ??? There is no native action to update the linked CRM item’s status
Your options:
None of these are clean.
See How BoardBridge Handles Automation
Book a free demo to see BoardBridge solve this exact problem — live, with your data.
BoardBridge automations can read from and write to multiple boards in a single workflow.
Step 1: Store the link
Step 2: Reference the link in future actions
Step 3: Bidirectional sync
Button on CRM Board: “Mark Won”
Actions:
Button on Delivery Board: “Assign Specialist”
Actions:
Both workflows execute in one click, no manual board-hopping required.
Some workflows require updating three or more boards from one button click.
When the finance manager clicks “Approve Invoice” on the Invoice board:
Board updates:
Additional actions:
With native monday.com automations, you’d need:
With BoardBridge:
Monday.com’s cross-board automations work perfectly fine when:
For these cases, stick with native monday.com automations.
Need Help With Your monday.com Setup?
TaskRhino has implemented monday.com for 110+ teams. Get a free consultation.
Not natively. Monday.com’s button automations can create items on another board or move items to another board, but there is no native recipe for “update the status column of a linked item on Board B.” The workaround involves Connect Boards columns, Mirror columns, and intermediate status triggers — which is fragile and prone to breaking.
BoardBridge stores the target board’s item ID in a column on the source board (e.g., “Delivery Item ID”). When a button is clicked, the automation reads that column, looks up the item on the target board by ID, and updates its columns. This is similar to how Connect Boards columns work, but with write access instead of read-only mirroring.
Yes. BoardBridge automations can include actions that target multiple boards. For example, one button can update statuses on the CRM board, Delivery board, and Finance board simultaneously. Each action specifies which board and which item to update.
BoardBridge checks for the existence of the target item before attempting the update. If the “Delivery Item ID” column is empty or contains an invalid item ID, the automation logs an error, skips the cross-board update, and sends an admin notification. This prevents ghost updates and false status changes.
You can use Mirror columns to display cross-board data (read-only), but you don’t NEED them for status updates. BoardBridge can directly write to the target board’s status column via automation. Many clients remove Mirror columns entirely once BoardBridge is handling the cross-board sync, because Mirror columns are read-only and often cause confusion (“Why can’t I change this status?”).
Yes. A button on Board A can update Board B, and a button on Board B can update Board A. As long as each board has a column storing the linked item’s ID, BoardBridge can sync in both directions.
No. BoardBridge automations run on our server, not inside monday.com’s automation engine. Cross-board updates are executed via monday.com’s API, which does not count against your automation action quota. Your Standard plan’s 250 actions/month quota is unaffected. Cross-board status updates eliminate manual board-hopping. Instead of opening the Delivery board, searching for the right item, and manually changing its status after a CRM button click, the system does it automatically in one click. Both boards stay in sync, your team sees accurate status everywhere, and you spend zero time on manual updates. For teams running multi-board workflows (sales → delivery → finance, booking → logistics → production, design → development → QA), this is the difference between automation that feels fragile and automation that just works. BoardBridge — Form & Workflow Automation for monday.com handles cross-board status updates out of the box. If your workflows span multiple boards and you’re tired of Mirror column workarounds, it might be worth a look. Update status columns on another monday.com board with one button click. Sync status across multiple boards without Mirror columns or workarounds. For more cross-board automation: – Status Changes Create Items on Another Board (with Compound Conditions) – Cross-Board Data Transfer with All Column Types – Conditional Email Templates Based on Column Values Book a free consultation to see cross-board status sync in action: https://calendly.com/rp-spaceo/call-with-rakesh-est-timezone
Cross-board status updates eliminate manual board-hopping. Instead of opening the Delivery board, searching for the right item, and manually changing its status after a CRM button click, the system does it automatically in one click. Both boards stay in sync, your team sees accurate status everywhere, and you spend zero time on manual updates.
For teams running multi-board workflows (sales → delivery → finance, booking → logistics → production, design → development → QA), this is the difference between automation that feels fragile and automation that just works.
BoardBridge — Form & Workflow Automation for monday.com handles cross-board status updates out of the box. If your workflows span multiple boards and you’re tired of Mirror column workarounds, it might be worth a look.
Update status columns on another monday.com board with one button click. Sync status across multiple boards without Mirror columns or workarounds.
For more cross-board automation:
Book a free consultation to see cross-board status sync in action: https://calendly.com/rp-spaceo/call-with-rakesh-est-timezone
Editor's Choice

monday.com Automation Safety: Preventing Duplicate Items

monday.com No Dry-Run Mode for Automations

monday.com Automation Test Sandbox Mode