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.
Assuming your generating it from a Select fundtion, wrap it in inside
1 Like
@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
1 Like
1minManager:
Sort(Select(Data[SKU],TRUE))
Ok tried it now and doesn’t appear to sort it
Try adding it as the suggested items too
1 Like
@1minManager Ok I placed it in the suggested items and it worked. Thanks!
2 Likes
