Skip to main content

Hi all!



Im trying yo send a gmail with an automation, I want to send an email to a list fo mails which are in a lookup record separated with commas.




I try to do this but the test says that my To field is empty



Some help, pls?



Many thanks

Instead of using a lookup, try a Rollup field.



With ARRAYJOIN(values) as the formula.


Thanks,


it is the same



some other idea?




Did you re-test your trigger step?


yes, i build a new automation, but is the same problem



the field is just emails with commas…



Some idea, sirs?


yes, i build a new automation, but is the same problem



the field is just emails with commas…



Some idea, sirs?


Here’s a template for you to review. Seems to be working for me with a Rollup and ArrayJoin as the formula.




Here’s a template for you to review. Seems to be working for me with a Rollup and ArrayJoin as the formula.






Many thanks!!


Now it works!


Any way someone can let me know how to do this. The above links AND image is not working


Any way someone can let me know how to do this. The above links AND image is not working


I also followed this solution and works for me.

First you need to add field as rollup field. you can find it when you scroll it down when adding a field.

 

check the table you want to lookup from.

choose the field you want to bring in to the table.

write the formula to the aggregation formula box as ARRAYJOIN(values) 

and then, you can go to automation and trigger as you want the conditions to be.

for 'send an email' action choose your newly added rollup field for "To"

I hope you'd already have found the way out.


Reply