How to get Back Data?

How can I back data from this 2 bundles?

I need to get back the data from C in one place ?



Do not use an Iterator. You can use a map and get built in function combination.

For more information, see

Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

Feature Requests & Suggestions

Partner & Custom Apps

2 Likes

Oh wow - Thanks for this:

But how can I filter out in Array function the following:
{{formatDate(92.t; “YYYY-MM-DD hh:mm”)}} = {{addMinutes(formatDate(now; “YYYY-MM-DD hh:mm”); -4)}}

is this even possible?

Again many thanks for your help

Oh, if you need to filter, then yes you’ll need an Iterator.

Then,

Every result (item/record) from a search/match module will output a bundle. To “combine” them into a single structure, 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.

2 Likes