Pause Schedule Events at Night

0
Hi community, I want to trigger a schedule event every 5 minutes but pause it after between 20:00 and 05:00, is that possible?
asked
1 answers
0

Hi Marc,

 

It's not a default option, but a challenge easy to solve:

I would insert a quick check on time at the start of your microflow like this:

image.png

 

Performance-wise: it's not an issue, it's a very quick check (~ms).

As the scheduled event is executed on the server, I would recommend to use UTC-time. If you really need local time, it's an extra challenge.

 

Good luck!

answered