Hi Guys,
I have the following lookup function in my Browse Gallery which shows the cutomer name rather than the Customer ID.
LookUp(Customer, CustomerID= ThisItem.CustomerIDComments, Name)
How do i now search or filter the gallery based on the customer name? At the moment its obviously searching by customer ID.
SortByColumns(Filter(Comments,StartsWith(CustomerIDComments, TextSearchBox1_1.Text)), "Created", Ascending)
Thanks