Dorakeen · Excel Sync

Key strategies

For Excel → board syncs, the key is how a spreadsheet row and a board item stay matched across runs. Pick the strategy when you create the mapping.

App-managed key (default)

The app maintains a monday_id column in your Excel table (adding it if missing). When a row creates a new item, the item's id is written back into that cell; from then on the row and item are matched by id.

Natural key

You pick one of your mapped columns (say, Order # or Email) as the key. Rows match board items whose key column has the same value.

Which one?

App-managedNatural key
Setup effortNonePick a column; ensure it's unique
Extra column in your sheetYes (monday_id)No
Safe against renames/editsYes — id-basedOnly if key values are stable
Plays well with other tools writing to the boardWeakerStronger