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
hi @gokul_t
Click on the drop down on the run option and select option run, to run the file in normal mode
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