Email triggered multiple times

Hi,
I Watch a Google sheet for new rows
Once a row is added I’m triggering an email to all the emails inside the cell “Email”
The data looks as follow:
email@gmail.com,email1@gmail.com

So I’m using the “Map” option and defined the Formula split(Cell;,)
Which working fine,

The problem is that instead of sending 1 email to each of them, it sends 3 emails to each one of them.

What am I missing?

What is happening is there is some module, before the Send Email one, that is returning three results as seen in the Bundle results.

What you need to do is, before the Send an email module, you will need to use Array Aggregrator, which will ensure that the send email is sent only once.

Can you share me you scenario screenshot, so I can review what is causing this?

1 Like