Looking for help with an sms send with a condition of NOT


#1

1) Give a description of the problem
I am trying to send an SMS message If a button is NOT pressed within 1 hour, every hour. So if at 5pm the button is pressed then great, if it is not pressed by 6pm send the SMS.

2) What is the expected behaviour?
Send an SMS only if button not pressed within timeframe

3) What is happening/not happening?
The SMS is coming whether I press the button or not

4) Post a Green Snapshot of the pistonimage

5) Attach logs after turning logging level to Full
(PASTE YOUR LOGS HERE THEN HIGHLIGHT ALL OF THE LOGS AND CLICK ON THE </> ICON TO FORMAT THEM CORRECTLY)

REMOVE BELOW AFTER READING


#2

Try it in this format with the help of a variable.

image


#3

Yep that did the trick, I had used a variable before but I didn’t realize to move the timer AFTER the button is pressed. Thanks so much!