How to extract multiple collections

So I’m struggling here, as you can see 1 bundle, 2 collections however when I try to important that collection/date it only showing 1 and I need to be able to select both collections im basically making automatic booking and those two collections are the times that i’m not free hence why i need both can anyone help please?


2

When you see ARRAY, think ITERATOR.

Iterators split up an array into multiple bundles.

Then, when you have multiple bundles,

Aggregators

Every result (item/record) from iterator/list/search/match modules will output a bundle. This can result in multiple bundles, which then trigger multiple operations in future modules (one operation per bundle). 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.

There are other types of aggregator modules, click the below links to find out more:

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.