Explain retry with example

any can explain how to use retry scope in uipath.

Hi,

Suppose you have used element exists, and you doesn’t know how much time it take to load and go to the next page and if you are not sure how much time the page takes to load and your element exists might fail, and if you dont want that , then you can use retry scope and “in condition” you can specify element exists and you have a property called number of retries, there you can mention number of retries, so basically your element exists tried to find the element for 30sec, now because you have kept your element exists in retry scope, it will check the amount of times you have specified in number of retries.

Refer the below post

1 Like

i want to add multiple activities in condition state in retry scope. how we can do this, plz any one explain

Why you want to add multiple activities in condition state in retry scope, can you help us with more information and what you are trying to achieve

in single page i want to check the multiple elements exits or not one by one, if any elements is not not available then again close page and come again. this is the scenario.

Easy to understand article on that :slight_smile: