Hi, I need to create a stopwatch in Appsheet. I have tried to do it with SVG, but it does not update in real time. I need it to show the seconds and minutes passing and to activate and restart with two buttons.
Hi @CaroC
AppSheet does not provide an internal timewatch to use, so a real-time stopwatch is not possible to build.
However, if you âjustâ need to keep track of minutes and hours, you can workaround it with:
-
apps script that will update as often a possible the time spent
-
a set of actions to update the value at each userâs action on the app
EDTI: To stick to your initial requirement with seconds and minutes, Iâm afraid this is not possible with AppSheet
hi
if it were me, I would try this;
-
a gif that shows the time that exceeds the time I am trying to measure.
-
a table with start and end time columns
-
when you press the start button, the gif will appear
4.add âfinish - startâ account âvirtualâ (duration type)
- when you press the finish button (hide the âgifâ and show âvirtualâ)
note: if the gif and finish formats are the same, I think I have theoretically made a stopwatch.
Ok, thanks
Thank you for your response, I will give it a try