Hi,
I have a situation where I need to use either loops or switch case. In this situation, I have a code that run about 100 lines, I have to repeate the 100 lines again and again depending on the number of variables I have set, so for eg, I have 3 different variables = 3 loops. And in some of the steps I have set it to run using the variables according to the sequence of loop. So, if its the second loop, I use the second variable and not the first variable to do the lines. Hope this is clear and there is a solution.
Thanks 🙂