Hi everyone ![]()
I recently faced this same challenge and wanted to share what I’ve learned in case it helps others.
The Situation
I wanted to use values from a Connect Boards column as selectable options inside a WorkForm — specifically as a single-select dropdown. However, after testing, it seems that WorkForms currently cannot directly pull connected board values into a dropdown field.
So if you’re trying to dynamically use items from another board as dropdown choices, it’s unfortunately not supported natively (at least for now).
Workarounds That Can Help
Create a Matching Dropdown Column on the Same Board
-
Add a single-select (Dropdown) column on the form’s board.
-
Manually copy or sync the values from your “source” board into this dropdown.
-
Then connect your WorkForm field to that dropdown column.
This works because WorkForms can only display columns that exist directly on the same board.
Use a Marketplace App (e.g., Easyform)
Some third-party form apps in the monday.com marketplace allow you to display connected board items as dropdown selections. These tools can provide more flexibility if you need dynamic data.
Automate the Sync Between Boards
You could use automations or integration tools to automatically copy new items from your source board into a dropdown column on the form board. That way, your dropdown stays updated without manual edits.
Current Limitation
At the moment, there doesn’t appear to be a built-in way to directly use a Connect Boards column as a single-select choice in native WorkForms.
If anyone has found a cleaner or more dynamic solution, I’d love to hear it!
Hope this helps someone else trying to solve the same issue ![]()