I'm trying to figure out how to utilize an array in a Data Element using DTM. Let's say I have the following:var datalayer = { products: [ { sku:'Product 1', quantity:7, price:9.12 },{ sku:'Product 2', quantity:5, price:4.78 } ] }Essentially I want to setup a Data Element for the products, and then...