How the workaround works
The approach links the two boards through a Connected Boards relationship. Once the boards are connected, a Mirror column on the target board reads the formula result directly from the source board. An automation keeps the connection updated by re-linking items whenever a frequently-changed column (like Status) is updated, so the mirrored value stays current without manual intervention.Set up the Connected Boards and Mirror columns
On your target board (the one that should display the formula result):
- Add a Connected Boards column.
- Configure it to connect to the source board where your formula column lives.
- Add a Mirror column.
- In the Mirror column settings, select the Formula column from the source board as the value to mirror.
Set up the automation
On the target board, create an automation to keep items connected:
- Click Automate → Templates and search for “connect”.
- Select the recipe: “When column changes, connect the item where this column matches another column in another board.”
- For the trigger column, choose a column you update frequently — for example, Status.
- For the match column, select Name — this matches items by their name across both boards.
- Confirm the source board is set correctly, then save the automation.
Test your setup
- On the target board, change the trigger column (for example, set Status to “Done”).
- Wait a moment for the automation to run.
- Check the Mirror column — it should now show the formula result from the source board.
Tips
- Choose a column you update often as your trigger. The formula result only refreshes when the automation fires. A column like Status that changes regularly ensures the mirrored value stays up to date.
- Review automation logic periodically. If you rename boards, columns, or items, check that the automation is still connecting items correctly.
- The formula logic only runs on the source board. The target board receives the calculated output as a read-only mirrored value — it does not recalculate the formula using its own data.
This is a workaround, not native formula sync. The formula column itself only exists and calculates on the source board. What the target board displays is the output value via a Mirror column — not a live formula that reacts to the target board’s own data.
Related pages
- Connected Boards column in SIMB — learn how SIMB interacts with Connected Boards columns
- Supported column types — full list of columns SIMB syncs natively