I took a look at your editor, and noticed 2 things, the first of which was mentioned by others already:
You have choices set to Static, but didnt populate what those choices should be. Static means you are giving this a fixed list to choose from, as opposed to pulling a list feom a datatype or Option Set. With Static, you’ll need to list all choices here:
You have some circular reasoning on your Condition:
So the ‘Choices’ you set will not be what shows up for you Users - it defines the list the users will choose from when they use the Multidropdown.
Default Value is where you set what to show.
So if your Choices are an Option Set of colors (Red, Green, Blue, Yellow), and each User chooses their favorite colors from these in the Multidropdown, and you saved those values to User under a field called ‘Colors’, your Default Value would be Current User’s Colors.
Now when a user loads the page, it’ll pre-popluate the Multidropdown with their alteady chosen favorite colors from last time.
I’m creating a product register with variations, where the user defines the name of the variation and which items it will have.
When the user edits the product, either to add a new color, for example, or to remove it, I need this information, which was saved in the database when he registered his product, to be loaded and displayed to him exactly the way he registered it, and also allow him to change it, since he is on the product editing screen.
However, bubble.io doesn’t allow me to insert dynamic data into choices.
Bubble absolutely allows that Dynamic data, either from the database, or an Option Set. I think what you’re missing is the Default Value, which is where you point the User’s variations to that field. Where are you currently storing the user’s variations? And how are they setting those (or getting set?)
I think if I understand correctly, each user only has a specific list of options, correct? Not the whole list? In that case you could still point the data set on the user as the list of options - I’m not in front of my computer right now but you may have to do some Filtered:Advanced to get there but I think that’s how it would be done.
I know you mentioned that before, but admittedly I’m not sure I fully understand your use case.
Do you mind walking through exactly how the user will be interacting with their data, the multidropdown, what the multidropdown contains, etc? It’ll be easier to see what you’re looking to do and hopefully troubleshoot a solution
First the user will register their products, these products have variations, for example: color and size. This is individual to each product, one product may have 3 colors, another 10 colors.
The product can have other variations defined by the user that aren’t necessarily color and size.
However, these same inputs will be used later to update the product, if the user forgot, for example, to insert two colors in his product, he will click on edit product and will need to view his product like this: