BIP2485
Severity
20 : Error
Message
(<insert_1>, <insert_2>) : Illegal 1st argument (value <insert_4>) to function <insert_3>; numeric value required; value of 2nd argument was <insert_5>.
Explanation
First argument to the function <insert_3> must be a numeric value. The function was called with the values <insert_4>, <insert_5>.
Response
Correct the syntax of your ESQL expression in node <insert_1>, around line and column <insert_2>, then redeploy the message flow: Ensure that the first argument to <insert_3> is a numeric type.