Merging data from invokes nested in a for-each loop
Summary
Merging data from invokes nested in a for-each loopContent
Product: Oracle Integration Cloud
Version: 18.1 (Latest)
Hi,
I have a for each loop in my orchestration in which I invoke multiple APIs. I want to map the responses received at each iteration to end source/trigger map. The trigger's response expects an array of values from various iterations. Have a look at the image attached. Is this possible in OIC/ICS?
I tried adding the map to trigger inside the for-each loop and I see that the data gets overwritten after each iteration but I expect the data to get collated. The responses of internal invoke nodes won't be visible in source panel when a map is added outside the for-each loop. Also, I see that when multiple trigger maps are added at various points in orchestration only the last map data is visible in response. Can you all let me know how this can be achieved in OIC today, if not any alternatives?