Hi, I would like to know if it's possible to have a bot repeat a subset of steps n times, then run from the beginning (loop through the subset).
In short, I need to login with one user, accomplish some tasks a number of times, then change username, repeat the tasks N times, and so on.
I am trying with the IF statement, but it gets quite convoluted and messy, plus not feasible for a large number of users.
Thanks