I’m working on an edit profile screen and would like users to edit a property in their profile through a dropdown menu. There’s a “default value” option available for the dropdown menu, but I’m not able to set the value to whatever option they’ve originally selected. Does anyone know how to fix this and show the value that’s in the collection?
When I go to the sub-menu I’m not able to select any user properties. I’ve tried creating relationship collections between “Industry” and “User” and I still am not able to see the properties. Do you know what could be going on?
What is this list of lists
I run into this constantly when I am trying assign a value from a collection that is a list of roles or functions. It will not open the collection and let you simply select the data entry you want, rather it just goes into a loop of parent child relationships.
I have an issue: when the default value of the dropdown menu is ‘empty’ a user cannot pick anything before choosing “Select…” from the dropdown list. It does not appear even as a placeholder. Only in a form it works well.
Please, let me know how I can set up “select…” as a default value for the dropdown menu. Otherwise it is just blank and when a user tries to select anything it does not work. The only way it works is to pick 'select…" first and then to pick something else. This is not intuitive and I am not sure users can actually get it.
I guess this is something to deal with cache as it works the first time, but as of the second time it appears as blank. And unfortunately for the dropdown menu I cannot change input value…
@Ben I have the same problem. I have a List which I want to filter based on a status which can be selected from a dropdown “select menu”. There is a collection with about 5 entries for all possible statuses. I also want to set a default value when the user first visits the screen and set the select menu to the status “new”. This, however, is not possible because the default value can only be a reference to an object and not to a specific entry in a collection.
When you click on the button it will take you to a default category. You’ll see that the button is a list of categories and I’m just filtering for the one that I want to be the default. Then when you click to the next page Current Category is in the available data for that screen. So you select the dropdown and on the Default Value select Current Category.