Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Sep 01, 2022 12:40 PM
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
Solved! Go to Solution.
Sep 02, 2022 05:50 AM
Here’s a template for you to review. Seems to be working for me with a Rollup and ArrayJoin as the formula.
Sep 01, 2022 12:54 PM
Instead of using a lookup, try a Rollup field.
With ARRAYJOIN(values)
as the formula.
Sep 01, 2022 01:52 PM
Thanks,
it is the same
some other idea?
Sep 01, 2022 04:16 PM
Did you re-test your trigger step?
Sep 01, 2022 11:11 PM
yes, i build a new automation, but is the same problem
the field is just emails with commas…
Some idea, sirs?
Sep 02, 2022 05:50 AM
Here’s a template for you to review. Seems to be working for me with a Rollup and ArrayJoin as the formula.
Sep 02, 2022 11:36 AM
Many thanks!!
Now it works!