Cannot Access Initial Bundle

What are you trying to achieve?

I have a simple Scenario that I would like to fetch all overdue tasks from ClickUp and send the list of tasks to an email address.

Steps taken so far

I have setup the attached scenario. However when I try to access the initial ClickUp data it isn’t available. Only the output of the aggregator.

I have attached how I am using the aggregator and email app.

Any help would be appreciated.

Screenshots: scenario setup, module configuration, errors



Welcome to the Make community!

That’s how aggregators work.

If you do not want to combine them into a single variable, delete the aggregator, or use a different aggregator like the Array Aggregator.

Aggregators

Every result (item/record) from trigger 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.

Ah okay understood.

But how can I combine all of the results from ClickUp in one email rather than sending a separate email for each result from the query?