BIP2911

Severity

20 : Error

Message

(<insert_0>, <insert_1>) : Search condition for an IF statement must be a boolean expression

Explanation

The condition for an IF statement must be an expression which evaluates to a boolean result: TRUE, UNKNOWN or FALSE The expression used was the wrong type.

Response

Correct the syntax of your ESQL expression in node '<insert_0>', around line and column '<insert_1>', then redeploy the message flow.