Greetings,
We are currently using the push() method in a custom script in SAP Build Process Automation.
However the:
- The push() method does not add items to the end of the array but rather overwrites the entire array with the current item:
Custom Script with the push method:
Results of the Array method overwriting every entry instead of adding as expected:
Below are screenshots to show the array overwriting the entries in every iteration:
Please advise how we can resolve the above mentioned.
Kind Regards,