Got it. For the “Option caption”, you would usually never use a converted to lists function in the context of a dropdown. Rather, it should map directly to something that is a single displayable value (ex. John Smith, New York, etc).
For example, say we were creating a dropdown that shows the current list of users. The current option is represented in the dropdown (ie. the displayed text) by the user’s full name, which is stored as a text value on the record.
So… if I understand correctly (newbie here), it is not possible to convert a “list of texts” into separate items in a drop down list. If I want to have seperate items, I need to create a new data set and store them separately?
@dee welcome to Bubble as well. Getting the hang of database structures is always a bit tough at first, but soon comes pretty quickly.
Generally speaking, if you have your database set up properly, you likely wont need to convert a list of texts into separate options in a dropdown.
Though, if you are trying to reference a specific database entry that has a list of text’s associated with it, you can set the dropdown’s “Type of choices” to text and reference that specific field’s list of text values.
I have a resource that goes into how to set up a database from the perspective of building a grocery list app. I’ll send you in a message momentarily.