cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Emilio27
New Member

random automatic mail

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.

1 ACCEPTED SOLUTION

Accepted Solutions
v-litu-msft
Community Support
Community Support

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)

 

Screenshot 2021-01-28 143958.jpg

 

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.

View solution in original post

1 REPLY 1
v-litu-msft
Community Support
Community Support

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)

 

Screenshot 2021-01-28 143958.jpg

 

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.

Helpful resources

Top Solution Authors
Users online (4,137)