Issue with Bundles

Hello, community! I’m really new to this platform.
The problema I am facing is that I am using an API that provides two different sets of information. However, when I use JSON to organize everything, it only provides me with a single bundle. How can I separate them into Bundle 1 and Bundle 2?

I have attached images for better understanding.

Welcome to the Make community!

Combining Bundles Using Aggregators

To “combine” multiple bundles into a single variable, you’ll need to use an aggregator of some sort.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module. The next popular aggregator is the Text Aggregator which is very flexible and can apply to many use-cases like building of JSON, CSV, HTML.

You can find out more about the other types of aggregator modules here:

Could you share more information on how you have set up your Parse JSON module?

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.