QuestionQ159
Exception HandlingConsider these automation steps:
- Open the web browser.
- Scrape the data.
- Store the data in Microsoft Excel.
- Close the web browser.
According to UiPath best practices, which section of the Try Catch activity ensures that Step 4 (closing the web browser) executes regardless of exceptions occurring in Step 2 (data scraping) or Step 3 (storing data in Microsoft Excel)?
Community Discussion