Hi community,
Found some posts from 2022 and 2023 that didn’t really offered a solution, so trying to ask here:
I have a random number generator:
and now, I need a delay function that delays the flow based on that random number generated…
Hi community,
Found some posts from 2022 and 2023 that didn’t really offered a solution, so trying to ask here:
I have a random number generator:
Hi @karla
Just add sleep module after the set variable module and put the variable as the sleep time
it worked, thank you for the info!