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.
User | Count |
---|---|
89 | |
37 | |
26 | |
13 | |
12 |
User | Count |
---|---|
128 | |
53 | |
38 | |
26 | |
21 |