I want to filter my gallery on either label and display them in a gallery.
Current code is - FirstN(SortByColumns(Filter(tblAssetsTracking,Title = MainSite.Text Or AdSite1.Text),"ID",SortOrder.Descending),50)
However if i have it look up at 2 label conditions it will not load, if i remove the or label it works.
Any ideas.
I hope it makes sense, i want to load all records based on those label values and only those values.