In a JavaScript action, an error occurs when an action with an array as an argument executeAction
complete
s
sawada
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.
Shuichiro Fukuoka (BaseMachina)
marked this post as
complete
ベースマキナサポート担当
I'm in charge of sawada base Machina support. Thank you very much for reporting the bug along with the detailed status.
This was due to the fact that some functions were not released in the production environment.
The fix was released earlier, so I would appreciate it if you could try running it again.
Thank you for your continued support.
s
sawada
ベースマキナサポート担当 I've confirmed that this works fine. Thank you for your quick response.