RPA Error Continue

Good day
I would like to know how to add a sequence for error that is
I consult a page and get data but if the page is down it does not continue the process, I would like to create a sequence that after a certain time the process runs again

Hey @Mike99 :wave:

How long do you want to wait before the site is up? I can give you a proper solution based on the wait time. Kindly let me know!

Cheers!

1 Like

@Mike99 try putting an element exists activity for any element on the page, followed by an if condition which throws an error and terminates workflow if element is not found a.k.a element exists=false.If the element is found then the process can continue.

1 Like

about a time of 1 hour or 30 minutes

That’s a long duration! Check this: