Here is the output of one module in my scenario:
I want to send a single email per “Prof concerné” (Professor), aggregating the values of “Etape” (Progress), “Matière” (Subject), and “Université” (University).
For example, the email for prof3@gmail.com would be:
__
"Hello,
Here is your progress update for this week:
Université: UPC
Matière: Spé Med
Etape: A jour (< 2 jours)
Université: UPC
Matière : Spé Pharma
Etape: En retard (entre 3 et 5 jours)"
__
The other two emails will include “Etape” (Progress), “Matière” (Subject), and “Université” (University) values with no aggregation as they only have one occurence in the bundles output by the first module.
How would you advise on building the scenario after the module?
Thanks!!