Ok, I thought you were creating the object in the Data Element.If you have an array like var items = ['foo', 'bar', {key: 'value'}] either in a data element or in the DOM (in the page), or in a custom script section in DTM, you could reference elements of the array in a few ways: items[2].key // r...