How to create an RPA flow using Try-Catch activity
Beginner | 15 Minutes
Overview
Handle exceptions using the Try-Catch activity. This activity works with any RPA Activities that might throw an exception in a scenario. It is particularly useful for handling exceptions thrown by specific RPA Activities, such as OCR, Workflow, Web, etc.
To understand one of the many use cases for this activity, let’s take an example using Excel. In many scenarios, we rely on Excel Activities. If an RPA flow using these activities runs while Excel is open, the activities won’t execute, resulting in a 500 error. We will handle this scenario using Try-Catch.
📋 RequirementsBefore starting the flow, ensure:
|
Tutorial
Was this section helpful?
What made this section unhelpful for you?
On this page
- How to create an RPA flow using Try-Catch activity