Why when I use 1 certain field that is a list of text for dropdown’s source then I get 1 row of values separated with comas in my dropdown?
My assumption is that the “Items” field is a list of texts, and that your “choices source” search is returning one object. So the caption displayed in your drop-down is the list of values in that field.
If you want the individual “Items” to be the drop-down values you will need to
- change the “type of choices” to text
- extend the “choice source” search to Search for Category’s Items
- “option caption” = current option
BUT. Bubbles built in Option Sets are going to work better for you here of these Items are fixed.
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.