Create a global variable (for example, [[COUNT_CLICKS]]) in the onapplicationstart function
Create an “if” action. In the if action, enter: [[GLOBAL:Your variable]] <= 2
In the if action itself, you need to call the “Increase global variable” action. You should call it at the very end, when your software has executed all the click logic
In the if statement itself, you need to call the “Increase global variable” action. You should call it at the very end when your software has executed all the click logic