TryCatch not working

Hi,
I am trying to use try catch activities but not working because in uipath version(2019.10.1), once activities failed it stops there itself

I think you are debugging the workflow, click continue to proceed further.

1 Like

@gokul_t
Please can you share a screenshor of the exception type you are using in the Catch block.

hi @gokul_t

Click on the drop down on the run option and select option run, to run the file in normal mode :smiley:

Can you please check the attachment fileSequence.xaml (9.7 KB) @SowmyaLeo

Thanks,Its working fine.@Shubham_Varshney

Hi,
I am working on extracting data from Invoice Pdf to Excel Kindly i used this expression for Extracting data Element (System.Text.RegularExpressions.Regex.Match(txt,“(?<=From:).+”).ToString.Trim) Now i got issue in From and To Address in Invoice pdf while extracting data it was taking only the row wise (instead of address it was extracting Invoice number) but i need to extract whole the address . Kindly check the pdf i have attached file give below