BIP2911

Severity

20 : Error

Message

(<insert_1>, <insert_2>) : 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_1>, around line and column <insert_2>, then redeploy the message flow.