If I inspect the multidropdown, it contains data but does not display it to the user.

image
If I enter the data manually it works, however, when I bring this data from the database it does not appear.

How it should look:

image
Data is being loaded into the workflow when the page loads.

When the page loads, the data should appear like this:
image
Here is the project link: exemple | Bubble Editor

Have you tried setting the expression you’re using to set state on page load directly in the place of conditional default value?

image
Yes, but it doesn’t work.

Remember that I can’t change the choices styles to dynamic, because I need the user to still be able to insert or remove elements.

You don’t have any Choices in the Dropdown… so of course, nothing will display in it.


You’re supposed to have some choices first

Hi there,

I took a look at your editor, and noticed 2 things, the first of which was mentioned by others already:

  1. 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:

1000033259

  1. You have some circular reasoning on your Condition:
    1000033260



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *