List as a source of dynamic value for a dropdown

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?

а2 а1

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

  1. change the “type of choices” to text
  2. extend the “choice source” search to Search for Category’s Items
  3. “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.