Have a scenario run immediately, but on a schedule

We have a scenario to notify us out of hours when a support ticket is created in our PM system. I therefore need to have this run immediately, but only at certain times. Is there a way to achieve this?

You can use a filter after the trigger module to check a time boundary and not let it proceed if the time is not correct. Use an expression to evaluate current date time stamp now and you can use date math to set the boundary conditions.

This will let you set the certain times it runs.

2 Likes