BIP2561
Severity
20 : Error
Message
(<insert_1>, <insert_2>) : An attempt was made to call the function <insert_3>()' with <insert_4> parameters but this function requires <insert_5> parameters.
Explanation
Most functions must be called with the correct number of arguments. Others will accept any number of arguments above a given minimum.
Response
Correct the syntax of your ESQL expression in node <insert_1>, around line and column <insert_2>, then redeploy the message flow.