Help

30 second countdown timer

Topic Labels: Formulas
1548 1
cancel
Showing results for 
Search instead for 
Did you mean: 
veryallowed
4 - Data Explorer
4 - Data Explorer

I’m trying to create a 30/45/60 second countdown timer, how would I create a formula for TIMESTR(NOW()) and +30 seconds into the future. I would then point this new field to the countdown app. sorry im very new to this

1 Reply 1

Welcome to the community, @veryallowed! :grinning_face_with_big_eyes: I’m afraid that won’t work. The NOW() function isn’t updated in real time. Per the docs, it only updates roughly every 15 minutes if your base is open, and roughly every hour if it’s closed.

There currently isn’t a way to get the actual real time in Airtable outside of a scripting environment. This seemed like a fun idea to play with for a few minutes, so I wrote a simple countdown timer script that will work in Airtable’s Scripting app. Be sure to click “show original” below to see the full script. Customize the number strings in the second line to change the options.