Dec 07, 2023 12:58 PM
Hello,
I want to make an automation to send an email at a specific time. When I choose the trigger "at a scheduled time" and go to write the message of the email, I can write a message, but I cannot input any data from the base. When I click on the blue plus sign in the upper right corner, the only options are "actual trigger time," "expected trigger time," and "next trigger time" (pictured below). How can I pull data from the base, such as "dear [insert name]"?
Thank you.
Solved! Go to Solution.
Dec 07, 2023 04:00 PM
Hi @natalie_stein,
This article would be helpful.
If you want to trigger on a schedule, you need to specify the records in Find records.
How to Create Email Digests with Automations | Airtable Support
Dec 13, 2023 03:04 PM
Oh sorry, I misunderstood.
To get the values from the fields of an individual record, use Repeating groups.
This page will help you.
Dec 07, 2023 04:00 PM
Hi @natalie_stein,
This article would be helpful.
If you want to trigger on a schedule, you need to specify the records in Find records.
How to Create Email Digests with Automations | Airtable Support
Dec 11, 2023 06:47 AM
Hi @Sho,
Thank you so much for sharing! That article was very helpful. With the Find Records step in there, I am able to pull from the data. Now my issue is that it only allows me to enter a list or grid from every record I'm drawing from, rather than from an individual record (e.g. a list of all their names rather than just the name of the person it's being sent to). Do you know what I'm missing here?
Thanks,
Natalie
Dec 11, 2023 04:15 PM
It may be necessary to separate the Find records to get the destination from the Find records to get the information needed.
What kind of content do you want to send the email?
Dec 13, 2023 08:19 AM
@Sho Sorry, I'm not following what you mean. Right now, I have "find records" as the first action step.
I want to be able to insert information from the individual record rather than all the records. Example:
If the individual record has Jane Doe under a "full name" field, the email should start with:
Dear Jane Doe
as in, "Dear [link record, field: full name]." Right now, it is only allowing me to insert a list or grid of all the names in the database.
Dec 13, 2023 03:04 PM
Oh sorry, I misunderstood.
To get the values from the fields of an individual record, use Repeating groups.
This page will help you.
Dec 14, 2023 11:17 AM
That did the trick! Thank you very much for your help.