Is there a way to have a repeat with a random wait time between iterations?
From what I can see, repeats occur in parallel with each one starting in the amount of time specified.
I was thinking that I could do this (randomize the wait time between iterations) by adding a randomized delay between iterations if there was an option to set a repeat in series instead of in parallel (To start its next iteration after the first one ends), but I havenāt been able to find this option. Maybe Iām missing something?