Hi Power Automate Community,
I am looking to build an expression for a Delay Until action to dynamically delay until the next occurrence of a Monday (specific day of the week) at 8:00 AM.
Scenario: A condition becomes satisfied then the Delay Until action is triggered. This Delay Until action will use an expression to delay until the next occurrence of a Monday at 8:00 AM. Then once the delay until action completes (reaches Monday at 8:00AM) an email will be sent on Monday at 8:00 AM.
Reason: If a condition is satisfied at 6:00 PM on a Friday then I want the Delay Until to dynamically understand that the flow needs to wait until the next occurrence of a Monday at 8:00 AM.
The expression will need to be able to select the next occurrence of the specific day of the week (Monday) at the specific time of 8:00 AM.
Can anybody offer any assistance in creating an expression that can be used to satisfy the scenario listed above with a Delay Until action expression?
Thanks.
Solved! Go to Solution.
I’ve got the perfect thing to get you started on this one…
https://powerusers.microsoft.com/t5/Power-Automate-Cookbook/Date-of-Next-Day-of-Week/td-p/1466540
This dynamically gets you the date of the next chosen day of the week. From there you’ll just need to add or concatenate the time you want.
I’ve got the perfect thing to get you started on this one…
https://powerusers.microsoft.com/t5/Power-Automate-Cookbook/Date-of-Next-Day-of-Week/td-p/1466540
This dynamically gets you the date of the next chosen day of the week. From there you’ll just need to add or concatenate the time you want.
User | Count |
---|---|
23 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
45 | |
29 | |
25 | |
24 | |
22 |