
Hey everyone,
I am working on a filter function for items property of a gallery connected to a SharePoint list. I was able to get it mostly working thanks to Reza's videos. I am having difficulty with the multi-select filter on the Products column; everything else works as expected. I'm wondering if the Products.Value operator has been updated to a different nomenclature? The Products column is single selection choice.
I'm also having trouble displaying the products in the text label for each record 😅 Any help is much appreciated, as coding is not my strong suit 😭!!
Best regards,
Jack
So I was able to resolve the text label by using
Text(ThisItem.Products.Value)
I also found a temporary fix for the filter by using
Products in ProductsCB.SelectedItems
However, if anyone knows how I can fix my original formula that would be super helpful, as I have some concerns about delegation issues and supposedly the original should work without delegation.
-Jack