Please check the attached scenario. Under the Gmail module, I can see two emails have been sent, but I would like to share a single email with a consolidated list
Hello @Geetha_V , welcome to the make community, you don’t need to add an iterator after the watch new rows, just right click on the first module and choose where to start then then select all and map them directly to the email module, I runs automatically like that
Thanks for your response. I tried following your guidance, but it’s still sending two different emails. I want to share a consolidated list with the Gmail modules, pls help me on this…
You need to set the “Source Module” field of the aggregator to where the bundles are coming from. This is usually an Iterator module, but can also be a trigger/search/list/repeater module.
For more information, please refer to the Make Academy.
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: