You can now run actions if the "runInterval" isn't correct for your action:
Code (YAML):
runInterval
: 10
notRunIntervalActions
:
-
action
: sendMessage
message
:
"This will run every time except for every 10th time"
action
: sendMessage
message
:
"This will run every 10 times"