How to make a block of code run less times.

Depending on the value in the plus you will have a longer delay between when it runs. First run triggers immediately.

If I’m understanding correctly it is being triggered externally multiple times (as in the interface is being called) so you just want to limit the execution to once per second.

1 Like