If I have a list of strings and want to pass the String.Contains node through it but in the input SearchFor have “This” OR “That” how do I add multiple sets of strings. So if either one of them two is present in the list the result would be true and for all other cases false. I’ve tried passing through as a list, using the operator, and the logic or and logic xor but no luck?
Thanks