Flag list of items in a list that contains any value value in another list

Hi, i am trying to flag a list of cogo points with a list of values (MA, OK, SY, BR, etc). the item that comes true i want to create a block on the location. With one value, works well, but as soon as i create a list of items the results is just limited to the length of the list. Any idea in how to accomplish my task? T

hank you in advance.

Chang the lacing on the String.Contains node to Cross Product and then use the Transpose node or the Booleans.AnyTrue node depending on your need.

2 Likes

That did the trick, Thank you AmolShah.

1 Like