Thank for your help!
Looking at other of your responses I found and solved part of the issue: How to combine bundles from multiple operations into one text string - #4 by samliew
I was using a set multiple variable module after the iterator that generates 5 bundles, this was just to organize the data coming from other iterator but if I put the text aggregator after that the bundles are not aggregated. Now it’s generating 2 bundles because of the first iterator, this is the scenario:
The first HTTP module is getting new Purchase Requests IDs and the second is getting the product list for each Purchase Request. Right now the text aggregator is doing the following:
What should I do to also combine the text of the two Purchase Requests in this example?

