Mar 02, 2022 05:15 PM
I seem to be missing something simple, hopefully someone can help me out!
I have an automation I am setting up. To put it simply, the automation should do:
The automation seems to work in test runs. However, in actual execution, it fails every time. I have entries where the last submitted change was made two weeks ago but nothing happens. Can someone either offer some insight as to what I’m doing wrong, or help me figure out how to set the automation up so that it functions?
Mar 02, 2022 06:06 PM
What is your automation trigger?
Also, note that your automation will only work for records that match your criteria from this point forward — it won’t go back in time and trigger records that matched your criteria in the past.
Mar 02, 2022 06:23 PM
Here’s the trigger for the automation:
And the action details:
Let me know if you need anything else.
Mar 02, 2022 06:44 PM
That should work, although I don’t think it will trigger until 48 hours have passed, because Airtable would consider a record to be “1 day ago” until it is “2 days ago”.
If that still doesn’t work — or if you want it to trigger exactly at 24 hours — you would need to create a formula field that calculates the difference in hours between “last submitted change” and NOW()
.
Then, you would trigger your automation when that formula field is greater than or equal to 24.