I am fairly new to powerapps and am trying to figure out how to filter gallery items based on a value while leaving the search feature intact.
Here is my initial gallery.items syntax: SortByColumns(Filter('Shakopee Hot Board', StartsWith(Supplier, TextSearchBox1.Text)), "Supplier", If(SortDescending1, Descending, Ascending))
I would like to leave that as is, but want to add a filter to show items when a particular yes/no column in equal to no. Any ideas on how to do this would be great.