How to get value in mail body outlook

Hi , i have a requirement like get value in mailbody of outlook
The email will look like :
"
Hello, this is new member

Mr.John Wick
Uipath Developer
DOB: 01-Oct-1980
Email: john@company.com

Mr.John Robin
RPA Leader
DOB: 11-May-1980
Email: robin@company.com

"
So how can I get exactly value i want like : Name , Position, Day of birth, email for each person? and use it to add in datatable ?
Thanks

@LucastoH - If you are having same pattern in all the email, then you can use Regex and write the results in the datatable inside the for each …

Regex pattern Link.

Hope this helps…

1 Like

Hi @prasath17

It’s working for me, thanks very much

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.