
User1642711080555157787 (Customer) asked a question.
How can we Pause the flow for specific time every weekend
We have a Maintenance Scheduled every weekend in workday so we don't want to pull any data from workday in that timeframe as the flow would fail. How can we stop the flow running for 7 hours

Hello @User1642711080555157787 (Customer) Thank you for posting on our Community page!
It really depends on how the flow is triggered. If it is a scheduled flow, just have it scheduled to not run Sat/Sun. KBA
Another alternative aside from manually turning the flow off/on, that they might be able to do, and test with on a sample flow over a week+weekend first, could be at the start of the Parent Flow, check if today is Sat/Sun, and if it is, then stop the flow. That high level concept of a check can be modified as suit their needs. Then the next time it runs and it isn’t Sat/Sun, it should pass this logic check and continue.
Note from the screenshot, in the continue if card, the 0,6 represent Sunday and Saturday.
Thank you for reaching out to our Community and have a great day!
--
Help others in the community by liking or hitting Select as Best if this response helped you.