120131: Error in expression for <value>: Invalid parameters supplied to <value> function.

Description

The parameters passed to the specified Arcade function are invalid.

Solution

Review the Arcade expression help to verify that you specified the parameters as required by the function. Confirm that all required input parameters have values and that parameters are of the appropriate data type.

For example, the cos(x) function requires a single value. This error would occur if you provided cos(1,2,3) in the Arcade expression.