Hi all! I am working on a JS activity that will fetch the mirror page of
specific deliveries. I have now succesfully queried the given deliveries
and stored them in a JS array containing objects. Now comes the part
where I want to access these objects in a delivery, but I am not sure
how to convert the array into meaningful data to reference from a
delivery. I tried to simply do: vars.myArray = Array[object]. but this
does not work, it seems like the "vars.xx" is not ablle to just convert
the js...