I am new to thunkable and programming in general and i am trying to get a simple countdown timer to work. I used the timer tutorial as a reference but the countdown stops at 9. Timer delay is set to 1 second.
Also I noticed in the timer tutorial it goes lower than 0 as well. How can we stop the countdown at 0?
For some reason my countdown does not move past 9 (starts at 10). I even added “round” to app countdown in the section where it suppose to change the label value thinking converting variable value to a number will help but it didn’t work either.