BIP2552
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : The number being converted '<insert_2>' was too large/small to be represented as a 64 bit floating point number.Explanation
The number being converted was '<insert_2>'.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 the number being converted is within the scale and precision limits for a 64 bit floating point number and redeploy the message flow.