01-06-22 05:51 PM
Answered! Go to Answer.
03-06-22 03:39 PM
01-06-22 11:02 PM
Hi @ReddizetGozun
I think since inside a loop itself you are always first pressing control button then performing the click operation and then are releasing the button as well within the same iteration before starting the next iteration, this is happening.
Can you try a logic like this where you use a navigate stage with the action Global Send Key Event: <{CTRL}
key. After this use the iteration logic which you have and just keep doing clicks and once you come out of that loop then you a navigate stage with the action Global Send Key Event: {CTRL}>
This way ideally you will keep the control key pressed the entire time when the bot will keep on clicking on the rows inside the loop and once all rows have been clicked with control button kept pressed, then we will release the control button at once.
------------------------------
----------------------------------
Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future
Regards,
Devneet Mohanty
Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,
WonderBotz India Pvt. Ltd.
Blue Prism Community MVP | Blue Prism 7x Certified Professional
Website:https://devneet.github.io/
Email:devneetmohanty07@gmail.com
----------------------------------
------------------------------
01-06-22 11:18 PM
03-06-22 03:39 PM