It is written in Microsoft documentation that repeat action in exception handling mode Repeats the action until it runs successfully.
I have a window that needs to be checked before proceeding to next step. In this case consider I have given repeat action and fixed retry as 2 times at an interval of 2 secs.. Now what does the bot do? Does it repeat the action until the window is found(like running constantly if the window is not found that can be even 100 repetitions) or does it retry for 2 times and throw error? I just want to know what happens in this scenario..
In the above scenarios, it will execute the window check action twice with 2 seconds of interval then it will throw the error.
Thanks,
Deenu
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.