How to use Retry Scope activities

Can we use retry scope for all element exists.?
I dont want bot to stop at retry scope even if element not found.

I don’t really understand the question :slight_smile:
As mentioned above - any Activity<bool> can be used as condition. If condition evaluates to False, RetryScope will treat it as failure and will run again.
If you don’t want to retry if element doesn’t exist, use a different condition, but I really am not sure what the question is about.

1 Like