The bot is reading OP numbers from an excel, and entering it into an application and extracting OS numbers associated with entered OP number.
Now the bot is clicking on summary tab , entering OP number and then clicking on lines tab and extracting OS number, when it enters another op number and extracts os, it keeps on clicking summary tab and lines tab for 13-14 times for the same OP number.
Here is a simple way to do it. Just use a While or Do While loop with the condition such as “a = 1” in an Assign activity outside the loop, and do not increase or decrease the value anywhere. Thus all activities within the loop will be executed continuously. Hope this helps!
Hi,
I tried to use break activity,
But the looping stops after entering 1 OP only, i need the bot to enter all OPs and extract all OS’s, then the bot should stop looping