Hi,
I would like to ask if is there a way to use SortByColumns wherein it prioritizes the sorting of letters first then numbers?
For example, I have the following column data:
256
123
88
1
102
All
Then dropdown in PowerApps should put "All" on top of the list then followed by numbers in Ascending order.
Also, is there a way to enable blank selection and it should be on the top of the option?
For example, same data above but the dropdown should be showing the following in order: <Blank selection>, "All", then numbers in ascending order.