In the new JavaScript action, if the array executeActs an action with arguments, the following error occurs, and the action cannot be executed.
Error content: action. (*Replacer) .replace: action.ApplySQLArguments.func1: required array option for array argument: ids: code (INVALID_REQUEST)
The following arguments are passed in JavaScript actions.
await executeAction (“get-by-ids”, {ids: ['id1', 'id2']})
The action on the execution side specifies an array of strings as arguments.
·