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?