Hello,
I have made a sharepoint list and added 70 items in that list now i am creating an app in powerapp by retriving the data from the sharepoint online list. The problem i am figuring out is my user want the app information list to be alphabetically order. But i am getting the information in any order. i have used this formula on my gallery :
SortByColumns(Filter('School Info', StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
CAN ANYONE PLEASE HELP ME ?