BIP2549
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : Type mismatch assigning to variable; value '<insert_2>' inconsistent with type '<insert_3>'.Explanation
The source expression produced a value of '<insert_2>' but the target variable was declared with a type of '<insert_3>'.Response
Correct the syntax of your ESQL expression in node '<insert_0>', around line and column '<insert_1>', then redeploy the message flow: Ensure that only values of the appropriate data type are assigned to declared variables.