Extracting data pieces from few bundles the iterator issued into one HTTP module

I received from the iterator 2 different bundles, each of which has 3 pieces of information (name, text and status).
Now I want to put the received information into one HTTP module.
In practice I do not succeed because there is no possibility to find out from the information that the iterator issued information according to each one of the bundles.
Can you help me with this?
I emphasize that I need to produce one HTTP request (by one module) that includes pieces of information from the three received bundles.
Thanks in advance to the helpers๐ŸŽฏ


1 Like

You can use text or array aggregator according to your expected output

1 Like

Thanks Prem_Ptel! would you explaine in details how should i do it with the text (is this a module?) or with the array aggregator?

You want to aggregate this bundles into 1 for http post json. so you can use text aggregator or array aggregator. In value section, map the value that you want to combine.

1 Like