Limitations with flow schedule timing

I have a flow that I need to run every 5 minutes but only between 8 AM and 8 PM daily. Is there a way to achieve it?

Probably this?


1 Like

Thanks Tyler! Feels like a stupid question now!

This can be further simplified to:

*/5 8-19 * * *

I also wanted to recommend two sites that help writing cron rules:

I'm not sure you can do that in the UI? Agree that would be a simpler version, though.