I am collecting survey results into an airtable base.
This includes two tables:
- The index for all surveys (and including key information such as deadline).
- The responses for the various surveys (each response is linked to a survey)
Each survey has a deadline (time field deadline), when it should stop accepting responses. A this point, the survey and its results should be transfered into a new view of each table that then syncs to another base.
I have created an IF formula, that (all dates are set into the same timezone: CEST) switches to "transfer", once NOW() is larger than the deadline date (which is CEST is 2am). For the responses, I add 5 minutes to the deadline to ensure that the survey has already been synched.
If I look at the CREATED_TIME() for the entries in the synched table in the other base, all entries have been created at the same time (i.e. the delay added to responses does not seem to have been accounted for).
Can anyone advise how airtable recalculates time-based formulas, if a base is not accessed at this time? I would want to rely on this automation to trigger throughout the night and not manually.
Thank you for your advise!