Hello community,
I’m facing an issue where my alerting criteria evaluate to TRUE AND FALSE but are evaluated as TRUE AND TRUE. Please see the attached screenshot.
You can see that logs[1][“message”] shows false and logs[3][“message”] shows true but conditionEvals is [true AND true] = true. This should be evaluating to false. Any ideas why?