Enum Dropdown in Alphabetical Order

I have an Enum field with drop down list but it doesn’t dropdown in alphabetical order. Any way to make it in order?
Thanks.

Solved Solved
0 6 218
1 ACCEPTED SOLUTION

Try adding it as the suggested items too

View solution in original post

6 REPLIES 6

Assuming your generating it from a Select fundtion, wrap it in inside

@1minManager I don’t have it as a select. Here’s what I have:

So your just relying on on previous items entered? If so try adding Sort(Select(Data[SKU],TRUE)) as the valid_if formula and leave both the above items ticked

Ok tried it now and doesn’t appear to sort it

Try adding it as the suggested items too

@1minManager Ok I placed it in the suggested items and it worked. Thanks!

Top Labels in this Space