How to make a Delay activity that will have a random duration anywhere between 00:01:00 and 00:05:00?
Hi,
Get a random number using random function randomNumber = New Random().Next(1,6).
Please find the attached workflow file.
I hope it works. Mark as solution if it helpstestDelayRandom.zip (1.9 KB)
Work perfectly, thank you so much