
Where can I use any_boolean_match for?
I thought this expression checks if a value exists in array/collection.
But when I try this don't get a result back in the logs.
What i have tried:
any_boolean_match(var:message, 'hajo') ? 'Hajooo' : 'NoHajo'
Can someone explain the expression 'any_boolean_match'?
I thought this expression checks if a value exists in array/collection.
But when I try this don't get a result back in the logs.
What i have tried:
any_boolean_match(var:message, 'hajo') ? 'Hajooo' : 'NoHajo'
Can someone explain the expression 'any_boolean_match'?
Login to reply