All user show same time, countdown with loop

Hi
I want all user show same countdown

Like : I want 60 sec countdown after 60 sec completed again 60 sec countdown start.

can someone explain me.

Thank you

get online time, get seconds, subtract the value from 60… once it reaches 0 again set the seconds to 60 and contnue the loop… just clock and web component is enough to do

1 Like

can you show the image of the block

2 Likes

Timer.aia (3.8 KB)


1 Like

can anyone tell how the clock will work in the background

Like : I need to store any value in firebase after 60 sec is completed .

If you want to run it in background, use background task extension

1 Like

I tried many times but I can’t able to make timer in background using bg task extension

Help