I’m reading the mail body by using “Get Outlook Mail Messages” activity and a “For Each” with assigned values to read from “Approval Type” to “Internal Transfer Subject”.
I have two embedded links in the mail body. How do I read those separately ?
Email Body :-
Dear ABC,
Approval Type - Internal Transfer Request
Purpose Of Transfer - Normal Transfer
Internal Transfer Number - ITRAP-000897525
Date of Submission - 24 June 2023
Originator - ABC
Internal Transfer Subject - From Commercial to Inspection Room
@uio Here’s a XAML you can try. When you have the HTML of the email, this uses the Regex Matches function and results into a Match Collection data type. You can loop through each of the collected URLs: