I'm using modulo to do multiple actions into a periodic trigger.
For example, i want to do an action every of 1s and a different one every 3s.
I create 1 trigger with Periodic Timer at 1s. I add the first action, and for the second one under a If :
If
Trigger execution count module 3 = 0
Then
Do the second action. |