Hello I have a problem relaying a flow. I would like a daily mail to be sent from Monday to Friday but that it be a random schedule, that is, of a time interval, for example from 9:00 to 9:10 the mail is sent, but one day it arrives at 9, another day at 9:05 but what I don't want is that every Monday, for example, the same schedule is repeated.
Solved! Go to Solution.
Hi @Emilio27,
You could create a Recurrence trigger that runs every 9:00 from Monday to Friday.
Then add a delay under the Recurrence trigger, and the delay time could set randomly by using rand() function, for example:
rand(0,10)
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Emilio27,
You could create a Recurrence trigger that runs every 9:00 from Monday to Friday.
Then add a delay under the Recurrence trigger, and the delay time could set randomly by using rand() function, for example:
rand(0,10)
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
31 | |
27 | |
27 | |
21 | |
10 |