How to add dropdowns option caption from a field list?

I have a table with a field called options that is a list of text.

From this field I want to display the texts that are within this list to be displayed as options from the dropdown.

Here is what I am trying to do but is returning empty:
image

The field in the product_option table:
image

How its being displayed:
image

Try this…
Type of choice= The data type that your “option field” is under.
Choice source= “do a search for”

You will then use the “do a search for” to pull “options” from your data type.

Yes, it return them but as you check on the last image they do not return as options but all in the same line. I want to display them as option one-by-one not all in the same line.

I found the solution by @Newed

1 Like

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