Capturing data from email

Hi @c_cumplido,

First of all you are going to assign the body message to a variable where you can manipulate its data. To get the information you need, you may use .NET methods that are commonly used to manipulate strings (e.g Substring, IndexOf and also the Matches activity from UIPath that use Regex) and I have attached an example that basically assign its body to a variable.

If possible, please upload your mail message, but change its content so I can assist you better.

Main.xaml (6.3 KB)

4 Likes