If you’ve ever tried to use managed columns or dropdowns across multiple boards, you know the pain:

Here’s how I solved it with Make (Integromat) and a “Schema Seed” trick.


🙋 My Use Case


🔄 Prerequisite: Keep the Source Board Dropdown Updated

This sync scenario only works if the dropdown column in the source board (e.g. Customer (admin), Subcontractor (admin)) is always up to date.

That usually means you have a separate Make scenario that:

This ensures every new item in the source board automatically gets added as a dropdown option.

Then the sync scenario described below can watch that dropdown and propagate new labels into other boards.


📝 The Idea