Multiple bundles to single bundle

I have a scenario where I want to combine multiple bundles into a single bundle. I am trying with the array aggregator but am still getting multiple bundles.

Here is the blueprint
blueprint (11).json (22.4 KB)

How can I get just one bundle that looks something like this?
ApplicationFrameHost_Z29L5kz6Mx

Looks like your bundles are coming from the Iterator module, so set your aggregator’s SOURCE MODULE to the Iterator.

3 Likes

Thanks @samliew. I just noticed that.