Sort items in a drop down list in form

Hello,
I have a form that pulls in data from a reference table. When you open the drop down to select an item, I want to sort the values in the drop down menu.
Any ideas?
Thank you!!
jennie

Solved Solved
2 2 1,237
  • UX
1 ACCEPTED SOLUTION

I believe you could try in the valid_if of the dropdown column in the child table

ORDERBY(Parent Table [Parent Key], [Parent Label])

View solution in original post

2 REPLIES 2

I believe you could try in the valid_if of the dropdown column in the child table

ORDERBY(Parent Table [Parent Key], [Parent Label])

That worked! Thank you!!

Top Labels in this Space