Skip to main content

The short answer

Duplicated items drift because nothing connects them after the moment of copying. A “create item in another board” automation is a one-time event: from that second on, you have two independent items that happen to look alike. Every status change, comment, date move, or new column that touches only one of them widens the gap. The permanent fix isn’t a better sync automation — it’s not having two items: one item that lives on both boards.

The anatomy of drift

  • Edits land on one copy. Someone updates the status where they work; the other board still shows last week.
  • Updates split. A question is asked on copy A, answered nowhere, re-asked on copy B. The context of the work is now in two half-threads.
  • Sync automations are event-based and lossy. Recipes pause, hit rate limits, or error silently; a missed event = permanent difference nobody notices until it matters.
  • New columns aren’t mapped. Add a column to one board and every existing recipe quietly ignores it.
  • Two-way sync echoes. Point automations both directions and you get loops, races, and “who changed this?” mysteries.
  • Deletes don’t propagate. Archive the original; the orphan copy lives on, wrong forever.
If you’re running an automation audit, count your “copy data between boards” recipes — each one is a drift generator you’re paying maintenance on.

The permanent fix: one item, many boards

With Same Item Multiple Boards, the item isn’t copied to the second board — it exists there. There is no second item to drift:

When a copy is actually right

Be honest with your architecture: a snapshot — archiving finished work, a frozen month-end record — should be a copy that never changes again. Drift is only a bug when the two were supposed to stay equal.

FAQ

Can’t I just add more automations to keep copies aligned?

You can chase equality with recipes for every column and both directions — that’s building a distributed sync engine out of automation blocks, and you become its maintainer. The failure mode is silence: it works until a recipe pauses, and nothing tells you.

I already have drifted copies. How do I migrate?

Pick the copy that’s correct (or reconcile once), share it to the other board with batch actions for bulk, then delete the stale copies. From then on there’s nothing to reconcile.

Does this apply to mirror columns too?

No — mirrors can’t drift (they’re read-only windows into the one real item). Their problem is different: they can’t carry a workflow (mirror column limitations).