I want to repeat an process X number of times, my idea is that at the time of running the robot a window will open asking me how many times I want the process to be repeated
I don’t know if someone has a process so they can share me, it would help me a lot
Thank you
Hi @Stivend19,
That means you are using an attended robot, right?
You can achieve this by using a input dialogue box to get the number of iterations from user.
Then iterate the process till the number.
Why would you use a while loop instead of a “Repeat Number of Times” loop? This saves the assign activity to increment the count and the condition check is also removed by default.