Hi Folks,
I should like to sort the gallery on the the items property that already has a filter function that works.
I only have 700 or so records (bumped up to 2000 in the details), but I'm getting delegation warnings when I add a sort. I'm probably not adding the syntex correctly and would really appreciate some guidance with it.
The filter:
Filter('Course Reviews Quality Table U2', StartsWith('Course Code', TextInput1.Text) Or StartsWith(Department,Trim(TextInput1.Text)))
With Sort:
Sort(Filter('Course Reviews Quality Table U2', StartsWith('Course Code', TextInput1.Text) Or StartsWith(Department,Trim(TextInput1.Text))),"Title")

Not only does the sort not sort, but it is duplicating records that don't exist in the SP list.

Thanks in advance