Hello,
I have extracted mail.body but the output is in HTML and i have included Regex (?<= href=\W\S).*(?=\W\W\Shere) to extract the URL link to a variable ‘extracted’ but when i writeline/message box said variable, it shows up blank.
The same extracted HTML inputted on regex101 with my Regex extract exactly the link i want. Not sure why is the result showing blank on Uipath. Any help is appreciated