Aug 08, 2023 07:09 AM
Hi Airtable Community!
I want to be able to send an email if 7 days has passed since they last received an email.
I have set a date field in my database to be populated with today's date when an email is sent from my automations.
I now want to create another field that includes a "1" if today's date is greater than 7 days, or "0" if not.
I can then trigger future emails if a "1" is present in the field.
I'm nearly there with this formula (see attached).
Solved! Go to Solution.
Aug 08, 2023 07:43 AM
This should work:
Aug 08, 2023 07:43 AM
This should work:
Aug 08, 2023 09:37 AM
Hi Ron,
It definitely did work, much appreciated. You're a star - thank you.
Best,
Gavin
Aug 14, 2023 12:49 AM
Hey there,
I'm struggling the with date format and was hoping someone might be able to help?
I have set up a field that pulls in today's date (thanks to @Ron_Williams) - see here. When an email is sent I have an automation that pulls that field into another field called 'Last Contact Date' - see here
The problem is I'm getting strange dates in the 'Last Contact Date' field even though I have set the field date format the same DD/M-/YYYY - see here
Does any know why and how to fix it?
Thanks,
Gavin
Aug 14, 2023 08:59 AM
I've just noticed this error message, which I thought might help diagnose the issue.
Aug 14, 2023 09:12 AM
If you use TODAY() in the Last Contact Date field it should work. You may need to change the formatting in the formatting tab of the field to make it look the way you want.
Aug 14, 2023 09:46 AM
Thanks again Ron, you cracked it.