How to extract info from email context and PDF file into excel?

Using studioX, can anyone guide me how can i extract needed info from these 2 source to excel file? I am very new with UiPath. Just started looking yesterday. Hope anyone here has a detailed explanation on how can i work this.

@E.Y.9

Get mail activity will get the mails into an outputvariable

Interate over that variable using for eqch or you have a for eqch email as wel can use that

Inside loop currentmail.body will give body of email like that you can get all info

Save attachments will save attachment in pdf

Depending on how the pdf is there are multiple ways like regex,string manipulation,document understanding to extract data

Cheers

1 Like

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