Notifications in a low processor

Hey bubble, I have a stopwatch and it’s connected to a text field and it’s working really well.

But I want the text box to say expired once the timer runs to 0.

Any help on this is much appreciated

Hey @anurudha

I’m guessing you could have a condition on the text element, such as “When stopwatch’s value is 0” -> text = Expired

Hey @ambroisedlg, that’s what I thought too, but my set state is updating every second and the stopwatch doesn’t stop at zero. It goes to minus value :sweat_smile:

Solved it :smiley: thanks @ambroisedlg

Great! How did you do it?

I typed a condition on the text box to say ‘Expired’ when the ‘Expiry date<state’s current time’