Hello-
I'm building a basic app that is based on data from a SharePoint list ("Customer Location List"). One column in the list is a "lookup" column ("Customer Name"), pulling data from another list.
My problem is sorting. Here's what I have for the sort function. I know "Title" isn't right. I have a label within the gallery that displays the customer name (ThisItem.'Customer Name'.Value). But I can't figure out what to change "Title" to in order to make the sort work.
SortByColumns(Filter([@'Customer Location List'],StartsWith('Customer Name'.Value,TextSearchBox1.Text)),"Title",If(SortDescending1,Descending,Ascending))
I'm new to this, so go easy on me. 😃
Thanks!
James