Hey friends
I am trying to pull from my CRM the number of calls that a certain sales representative made the previous day.
I get all this data in different bundles and it appears like this -
My goal here is to pull the number of calls made yesterday (actually the number of bundles - 39 in this case)
I tried to get only the number or take out the max but I get all the bundles themselves and I’m trying to figure out how to solve the issue.
I have a blackout and I don’t remember how to solve it.
I would appreciate your assistance!
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.
You’ll need to use an array aggregator and then use the built-in function length
to get the number of items in the array.
For more information, see https://www.make.com/en/help/functions/array-functions.html#length-array-
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
2 Likes