Hi Everyone,
I am trying to make a currency rates integration scenario and I am failing to make it work. My exchange rates endpoint sends an JSON like this:
When I use the Array Iterator to extract a bundle from each rate quote, it produces bundles with a Key and a Value element.
The problem when I use the Array Aggregator module to map the fields to my destination XML structure, I do not see the Key element, just the Value. What am I doing wrong?