What are you trying to achieve?
Hello there…
Im working on a workflow as below:
Basically I run some operations with OpenAI and I got the results on “Create Json” module:
The problem is: each execution returns an “Operation” with “Bundle 1” results…
There results are json, so after run all the iterations I need to consolidate in just one json and return as a Webhook response.
During mais research I saw that I need all the “bundles” as an array, not operations. However, i tried different approachs using routes, duplicate the aggregator and others, and nothing stops iterator to consider the aggregator part of the loop and the result for that is:
Im losing my hope with it…almost 2 weeks trying to solve this issue, searching on web, using AI and nothing works!!!
Any help would be great!
Thanks!!!



