Hack for list.contains?

Hello, I’m running a filtered Boolean mask. However I am unable to pass multiple items in the list.contains node, so I have to do each item one by one. Is there a work around to pass more than one item in list.contains index?

Tries to pass all items in list but only produces one true Tries to pass one item and returns the true all the true I should have in the first image

This is how I have done this in the past. Note that I have cross product lacing on.

2 Likes

Thanks! It works!

1 Like