To create a condition to check if any value within an array of a fact matches any value within an array of values in a rule, the only only approach that seems to work is: WHEN (<Collection> CONTAINS <Value> || <Collection> CONTAINS <Value> || ...)

Is there a more straightforward and elegant approach this type of matching?

Ken Archer
Telogical Systems