Description
The parameters passed to the specified Arcade function are invalid.
Solution
Review the Arcade expression help to verify that you have specified the parameters as required by the function. Confirm that all required input parameters have been given values and that parameters are of the appropriate data type.
For example, the function cos(x) requires a single value. You would see this error if you provided the following in your Arcade expression: cos(1,2,3).