Dec 06, 2022 08:21 PM
I send emails using Airtables automation. You can see when an email is sent from inside the automation setup. Is there a way to put a field in a table that lists the last date an email was sent to easily see email history?
Solved! Go to Solution.
Dec 07, 2022 03:11 AM
Hi Wendy, I'm assuming you have a table where each record represents an email, and your automation triggers off of a new record being created in this table?
If so, perhaps you could try the following:
1. Add a new formula field called "Now" with the formula "NOW()`
2. Add a new Date field called "Last date email sent"
3. In the automation that sends the email, add another step to update the triggering record, specifically to place the value of the "Now" field into the "Last date email sent" field
Dec 07, 2022 03:11 AM
Hi Wendy, I'm assuming you have a table where each record represents an email, and your automation triggers off of a new record being created in this table?
If so, perhaps you could try the following:
1. Add a new formula field called "Now" with the formula "NOW()`
2. Add a new Date field called "Last date email sent"
3. In the automation that sends the email, add another step to update the triggering record, specifically to place the value of the "Now" field into the "Last date email sent" field
Dec 07, 2022 08:51 AM
Worked perfectly! Thank you.