Hi the following is what I would like to accomplish:
When a records specific column changes, wait 30 min and if it hasn't changed again, send out an email.
Is this something that is possible in airtables automation?
Thank you
Hi the following is what I would like to accomplish:
When a records specific column changes, wait 30 min and if it hasn't changed again, send out an email.
Is this something that is possible in airtables automation?
Thank you
Best answer by TheTimeSavingCo
This isn't a direct option via Airtable automations, no. The workaround involves using a "Last Modified Time" field only checks that specific field, a formula field that checks whether it's been at least half an hour, and then an automation that triggers off that formula field
The automation will not trigger half an hour after, generally due to the value of `NOW()` (which you'll need to use in the formula field) only updating in intervals and not in real time, and so your automation might trigger anywhere from half an hour after the field's updated to a few hours after
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.