Hello everyone,
In PowerApps I have a gallery that I need to sort by a date column, but this date column is a Lookup date column, I tried to use this:
Sort(Filter('Student-Schedule', StartsWith(Title, Title1.Text)),"CC_x002d_Ref_x003a__x0020_Start_",Descending)
But it is not working!
Any Idea what's wrong or how can I sort a lookup date column? 🙄
Thank you!