Which activity cannot be used as a Condition in a Retry Scope activity?
Retry Scope condition can be one of the activities that return a boolean. Even though the Path Exists activity also returns a Boolean value, it cannot be used in Retry Scope, it is an exception.
Instead of using Path Exists activity, you can use a Check True activity and as a condition placeSystem.IO.File.Exists(filepath).
UiPath Documentation
UiPath Forum
Exam Topic:Identify and describe the use of the error handling activities such as Try Catch, Throw, Rethrow, Retry Scope, and Global Exception Handler.
Currently there are no comments in this discussion, be the first to comment!