Sort order of dropdown attribute

4
I have two input forms and the entities have an association between them. I have a dropdown field on form B which pulls a value from an attribute in form A. Is there any way to control the order that the values are displayed in this dropdown menu? I have a second attribute on form A that is an integer (order) that I would like to use to control the order of the displayed values.
asked
3 answers
3

In a reference selector, you can set the select-using property to form, and then in the form achieve the desired behavior.

answered
2

In addition to my previous answer, you can use the onchange microflow as well, which returns the new set of microflows to be displayed.

answered
2

I ran in to this problem myself some time ago. A feature request is up for it in the Partner Portal, under nr. 4663.

Don't know when we can get an easy solution for this though, until then you're best off using Michel's great suggestion.

answered