[TIPS] Append new component to an Array

 [TIPS] Append a new component to an Array in JavaScript

const arraryProductGUID = [];

arraryProductGUID.push(result2.entities[i]._msdyn_product_value);

No comments:

Post a Comment