Hi @ChiragMa , Try below code, i'm using this code for one of my client and it is working fine on Production, use this code in Data Element and pass that data element to productList array data element.var products = _satellite.getVar("product");for (var i = 0; i < products.length; i++) {var product ...