BIP2911
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : Search condition for an IF statement must be a boolean expressionExplanation
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.