Hi all!
I am currently working on a bot, which has to fill in information within different fields.
The bot, has every “type into” and “click” activity within their own retry scope.
When the bot reaches the retry scope, the flow breaks. After pressing continue, the bot continues without a problem. (This means pressing continue 5 times per batch going through)
Do any of you know, why the bot breaks? And how to solve it?
It would really be a big help, as there’s no advantage of using a robot, when having to click “continue” all the time.
Thank you for the help, in advance!
Have a nice day!
Yes, it tries to click or type into the element until the timeout of an activity. You can change the properties of verification to extend the time or until the text visible etc.