Aug 25 2020 03:36 PM
I have built a simple Power App with SharePoint List as the data source. Within the BrowseGallery I want to be able to sort by Date. Currently sorting is tied to Title. Code is: SortByColumns(Filter([@'PowerNinja TalkSchedule'],StartsWith(Speaker,TextSearchBox1.Text)),"Title",If(SortDescending1,Descending,Ascending)).
If I change "Title" to "Date" the BrowseGallery goes blank. Guidance is appreciated.
Aug 25 2020 11:26 PM
Aug 26 2020 02:39 PM
Aug 26 2020 03:24 PM
SolutionAug 27 2020 02:30 PM
@ChrisWebbTech thank you. I think this is the issue. The column is named "Date" but is named within the URL as "Event Date" - I changed this column naming and didn't realise the impact. Thanks again.
Aug 26 2020 03:24 PM
Solution