Need help with a conditional action

I'm trying to figure this out but I'm not very familiar with rule machine yet, what I'd like to do is "if action has been performed by this rule in the last hour exit rule" this would prevent the action from re-triggering too often.

Search for ā€œdebounceā€ or ā€œdebouncingā€ in the forums you should find plenty of good examples!

Thank you, I was able to figure something out.

IF (Private Boolean is false) Exit Rule
Action
Set Private Boolean False
Wait for event: --> elapsed time: 1:00:00
Set Private Boolean True

1 Like

TIL a new term