SAMPLE APP: Countdown Timer Using Youtube Video & URL Parameters for Start Time

There have been a lot of requests for a built-in timer/ stopwatch feature:

Timers cant wait> I have a task management app. I would like to> Stopwatch Feature

Others have created samples that add/edit rows to measure a duration:

Simulate a Timer in your app

But there’s no live countdown (or count up) on the screen.


This sample app uses a different approach, to create a live countdown:

The timer sheet just stores the duration, and a name for the timer.

Then an Action is used to open this 10 minute ‘countdown’ video on Youtube.


3X_f_0_f05ce38a64c111b05a508ad41677e0980355d9c8.jpeg

The URL parameter start=### can be used to start the video at any point.

3X_5_4_54e495a1e09a3214a9c6335110bf40ebc75e627c.gif

8 Likes

Very clever!

2 Likes

It’ll be even more useful when the new iframe view is released. It’s a little clunky switching back and forth to the browser/ Youtube, but in an iframe this will be a decent solution for timers. I imagine you could have an action to ‘reset’ the iframe and start the timer over.

5 Likes