I am a new to PowerApps. When I created an app. It defaulted the SearchByDolumns to the title. 1st, I would like to display data to be sorted by the most recent ID number at the top. Next, I would like to be able to search based on ID, Title and date. Listed is the current code for the "TemplateGalleryList1": I appreciate the help.
SortByColumns(Filter('CC IT Project Request Form', StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
Here is the screen shot of the Browse screen:
