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 the expression and redeploy the message flow.