How i show a drop-down values in alphabetical order of label

I need show a drop-down in alphabetical order of a label, but is apresented in order of rowline_

Solved Solved
0 6 376
1 ACCEPTED SOLUTION

If you are using Ref to TableA, use this on the Valid_If field of that column:

ORDERBY(
 TableA[KeyColumn],
 [LabelColumn],
 true # descending, false for ascending
)
ORDERBY() - AppSheet Help

View solution in original post

6 REPLIES 6
Top Labels in this Space