How to getmail id from mail body in gmail account?

Hi @sams,

Use Matches activity
Properties
Input → strvalue
Pattern → [a-zA-Z0-9-_.]+@[a-zA-Z.]+
Result → Ienum variable IEnumerable

using for each you can get all the mail ids.
if you want to get first mail id, use below code
Ienum(0).Tostring

Regards,
Arivu :slight_smile: