RSS Curation to Gmail: iteration and aggregation problem

Hi Makers!
I’ve built a scenario that is checking a RSS Feed then summarize the recent news and send me an email in Gmail with the summary of the RSS news.
The problem is that if there are 3 or 4 news, it sends me 3 or 4 separate e-mails.
Indeed if the first module provide me 4 bundles (for the 4 RSS news), the scenario runs from start to end for bundle 1 and send me email 1. Then it is running the all cycle 3 times more (bundle 2, 3, 4).
How Can I iterate the summerazition and aggregate it in order to have only one email with the 4 summaries of the RSS news?
Many thanks for your help
Kind regards

1 Like

Here is my scenario and the blueprint


blueprint.json (40.9 KB)

Hi @zac_iochem,

A scenario run will execute the steps in the scenario from start to finish each time. There is, within one scenario, no possibility to halt, pause or wait for data to be processed. A

Possible solution:

  1. Make use of a Data store to store independent summaries and after 4 summaries, send them all together in one mail and empty the Data store.

Cheers,
Henk

Hi @zac_iochem

To solve your issue, use Text Aggregator module as shown below:

Regards,
Msquare Automation - Gold Partner of Make

Book a Free Consultation | Connect Live

Explore our YouTube Channel for valuable insights and updates!