Search for only giving multiple of the same option from databse

I want to do a search for a certain section in one of my data types which can have multiple options. Example:
image

However, with what I have done, I only get one of the options twice (as there are only at the moment 2 machines to chose from).
image

How can I make it find the other machines in my databse as well?
image

Choice source is accurate as well. Thanks for any help!

It’s already finding both items (that’s why there are two items in the dropdown).

But your Option Caption is wrong - hence why it’s displaying each items name for each item (which is exactly what you’re telling it to do, but obviously not what you’re intending to do).

1 Like

Instead of search for, what dynamic data should I use to get each unique drop down option from the data set with the option caption setting?

Ahhh I just found out, its Current Options then I click the dataset I need. Thanks for letting me know it was the wrong setting helped me get to the solution quickly!
image

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.