Hi All,
When working on my current PowerApp I've encountered some issue's with the Sort and SortByColumns function and I was hoping to find some feedback to fix this.
I have a SharePoint list as a source for my Gallery, when sorting by any autogenerated column (ID,modified,created) I get results from the Sort function, however, when trying the same with my "added_by" column (single line of text), I get 0 results.
The formula's in question:
Sort(expenses2,Modified,SortOrder.Ascending) - Works as expected
Sort(expenses2,added_by,SortOrder.Ascending) - 0 results
Does anyone know how to fix this?