Ever wanted to run a workflow only on weekdays ?
Or for that matter - execute only over the weekend, run on selective days, exclude holidays ?
When it comes to Power Automate (Flow), the "Recurrence" trigger can be run on selected days from the week at given time.
The traditional way to achieve this was complex, where you find out the current day and check if it is a Saturday or Sunday, accordingly decide to trigger the logic or not.
Start by creating a new flow from https://flow.microsoft.com/.
- Navigate to Power Automate portal.
- Click "New Flow".
- Select "Scheduled Cloud Flow".
- Provide name and frequency for the Flow. You can select the days on which the Flow should run from this screen itself, as shown in below image.
- Click Create.
- Add other actions to your Flow and save.
Repeat every = 1 week
On these days = select desired days
Alternatively, you can also use the "Recurrence" trigger from a blank Flow to schedule the task.
- Select the frequency as "1 week". Interval = 1
- Expand "Show advanced options".
- For "on these days", select the days on which you want to run the Flow. For weekdays, select - Monday, Tuesday, Wednesday, Thursday, Friday.
- Provide the time when you want to run the Flow using "At these hours" and "At these minutes" field.
- The Preview displays when the workflow runs, including day and time.
- Add other actions and complete the Flow.
- Test over a week to confirm it runs correctly at defined intervals.
Frequency = Week
If you want to trigger the Flow only on weekend (Saturday and Sunday), select as below.
This approach comes handy when you need to perform a scheduled activity during off hours using Power Automate Flow and SharePoint, say sending reminders for overdue approvals over the weekend or archive older documents.
Have Questions? Post them here!
- Microsoft Lists and SharePoint Online edit grid view - use undo and redo changes - SharePoint
- Spring Boot Web + Thymeleaf Hello World Example in IntelliJ in 5 Easy Steps - Java
- How to extend retiring SharePoint 2010 Workflows and continue with Office 365 - SharePoint
- Fix: AirPods not visible under Mac Bluetooth devices - MacOS
- import servlet API to eclipse project (javax.servlet cannot be resolved error) - Java
- Spell check not working in Gmail : Mac OS X - Mac-OS-X
- List of Programming Languages Supported by Notepad++ - NotepadPlusPlus
- How to hide or disable iOS 14 App Library on iPhone? - Apple