Flow Designer action with complex object array output erroneously outputs an array with 1 object when assigned an empty arrayDescriptionFlow Designer action with complex object array output erroneously outputs an array with 1 object when assigned an empty arraySteps to Reproduce 1) Import attached update set and commit2) Open Flow Designer and test action "DEF0240775_action"3) Observe output of script step for outpout coarray is {"coarray":[{"b":null}]}. Output coarray should be an empty array since it was assigned like this by the script --(function execute(inputs, outputs) {var x = [];outputs.string = JSON.stringify(x);outputs.coarray = x;})(inputs, outputs);WorkaroundPlease see Fixed In versionsRelated Problem: PRB1523909