新しいJavaScriptアクションで、配列が引数のアクションをexecuteActionすると次のエラーが発生し、アクションが実行できません。
エラー内容: action.(*Replacer).replace: action.ApplySQLArguments.func1: required array option for array argument: ids: code(INVALID_REQUEST)
JavaScriptアクションでは次のように引数を渡しています。
await executeAction("get-by-ids", { ids: ['id1', 'id2'] })
実行側のアクションは引数に文字列の配列を指定しています。