I’ve got an Option Set called “sustainable attributes”, then I’ve got a data type called “Products” and it has a field for “sustainable attributes” and it’s a list.
Then I’ve got a custom state that is a list of selected sustainable attributes:
I’m trying to Do A Search For… Products where the “sustainable attributes” of the product are in the “Selected Sustainable Attributes”, but I’m getting errors. As far as I can tell, I am comparing two lists, so I should be ok, but obviously it’s not working!
Any documentation on seeing if one list is contained in another? Can I use the Option Set for this?