HTTP Module direct bundles

Option 1:

Use an Iterator + Aggregator combo, with a filter in-between.

Option 2:

Create your own custom app to interface with the external API, and “Iterate” over each result in the array, so that they return as bundles.

See Custom Apps documentation.

Option 3:

Use a single “Code” module that does the filtering of the items.

You can use these modules to run JavaScript code:

Hope this helps! If you are still having trouble, please provide more details.

@samliew