SortOrderTable= This is also a required parameter. Specify the single-column table of values to sort by. Sort by columns Power Apps Examples This section will show how to work with sortbycolumns() in powerapps. In the screen below, three records in the gallery are displayed at the top, ...
SortByColumns(Filter([@'Site Security - Detail'],StartsWith(Member.DisplayName,TextSearchBox1.Text),Current.Value="Yes"),"Title",If(SortDescending1,Descending,Ascending)) Where: [@'Site Security - Detail'] is OOSListAT Member.DisplayName is the column name you want to search...