Forum Discussion
JCamp
Aug 25, 2020Copper Contributor
Sorting button in Power App
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...
- Aug 26, 2020It should work then. Are you getting any errors? Need to go into your list > List settings > date column, and see what the actual column name is, it's at the end of the url. Make sure it doesn't have any special naming cause you have to use the system name to sort not just the display name, so if you renamed it for example, the original name might be different.
It should work then. Are you getting any errors? Need to go into your list > List settings > date column, and see what the actual column name is, it's at the end of the url. Make sure it doesn't have any special naming cause you have to use the system name to sort not just the display name, so if you renamed it for example, the original name might be different.
JCamp
Aug 27, 2020Copper Contributor
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.