How to SUM results of Different Operations

I need to get and sum the results based on Campaign Names. But I don’t know how to sum the results operations, I need to SUM both operations.

image

blueprint.json (56.4 KB)

You can use a Numeric Aggregator to SUM values from multiple bundles.

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. The next popular aggregator is the Text Aggregator which is very flexible and has applies to many use-cases.

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

4 Likes

Hello @drizamarioli :wave:

What @samliew is suggesting is absolutely right. To learn more about aggregators and their use, you can also check out the following course in the Make Academy.

3 Likes