A single summary email every morning

Hello everyone,

I’m stuck on the following scenario: I want to send a summary email every morning with a list of feeds created the previous day. These feeds correspond to news about companies. The list of these companies is retrieved in the first module of the scenario.

The following scenario works, but… it sends multiple emails instead of just one.

  • Email 1: Feed 1, Company 1
  • Email 2: Feed, Company 1 and 2
  • Email 3: Company 1, 2, 3, etc.

Can you help me understand what I did wrong?
I am trying to get a single summary email containing all the feeds from the companies (1, 2, 3, etc.), to have something like this:

Date: 02/02/2025
Title: CPY 1
URL: xxxx
Source: xxx

Title: CPY 2
URL: xxxx
Source: xxx

Thank you very much for your help!