RPA Process Implementation help request

Read top 30 mails from outlook using any suitable protocol
extract sender and received time and date and log it
download the document to input folder
check the format of the document if its other than pdf then log exception else consider for further processing
if the document has page count in limit < 1000 and >35 the consider the document for processing else log exception and move to “Invalid file count” folder
check if files contain Appraisal,C&W File ID:, Valuation & Advisory these keywords (anyone of them)if they have below keywords then move to “Appraisal” folder otherwise move to “Non Appraisal” folder.
Send the email back to me with below format

Please find the appraisal files in below folder:

[folder path]

[Yesterday 5:32 PM] Shedge, Namrata
Read top 30 mails from outlook using any suitable protocol
extract sender and received time and date and log it
download the document to input folder
check the format of the document if its other than pdf then log exception else consider for further processing
if the document has page count in limit < 1000 and >35 the consider the document for processing else log exception and move to “Invalid file count” folder
check if files contain Appraisal,C&W File ID:, Valuation & Advisory these keywords (anyone of them)if they have below keywords then move to “Appraisal” folder otherwise move to “Non Appraisal” folder.
Send the email back to me with below format

Please find the appraisal files in below folder:

[folder path]

Thanks,
RPA BOT

Can anybody help with Scenario please

Duplicate : RPA Process Implementation help request

can you help me with this

Hello @Sandhya_Gajare , Reger this link, It may helps you

Regards
Gokul Jai

Hi @Sandhya_Gajare

Can you explain little more about your query

Have pasted Scenario There

can you help me out

Hi @Sandhya_Gajare

Haw about this XAML file

Mail_Extension_Count_Contains.xaml (16.2 KB)

image

Have a look on the Save attachment

Regards
Gokul

Send the email back to me with below format

Please find the appraisal files in below folder:

[folder path]

How i send the mail from outlook which in include folder path i have to send mail from one outlook account to another one

Hi @Sandhya_Gajare

Mail Body → “Please find the appraisal files in below folder:

[folder path]”

Enable the IsBodyHTML in the properties

image

Have a look on the video

Regards
Gokul

I am trying to get top 30 mail from outlook and trying to extract the sender name and recieved date and time i am using like email.Header(“Date”)to Extract recieved date and time but its working for some mail and failing for some mail.How i can resolve this issue.

And how i can able to share the folder path to outlook

Please Help me out

Duplicate : RPA Process Implementation help request - #9 by Gokul001

can you show me by writing code its too urgent for me

please i have to send folder path

Share the folder path here i will send you the XAML file @Sandhya_Gajare

C:\Users\sandhya.gajare\Documents\UiPath\EmailAndPDFAssignment\Appraisal

Please find the appraisal files in below folder:

[folder path]

Hi @Sandhya_Gajare

Try like this

image

Here is the XAML file

Mail_Extension_Count_Contains.xaml (17.2 KB)

Regards
Gokul

Please find the appraisal files in below folder:
C:\Users\sandhya.gajare\Documents\UiPath\EmailAndPDFAssignment\Result
Thanks
RPA BOT

How i can add the proper spaces can you help me with this

Hi @Sandhya_Gajare

Replace this content in the mail body

"Please find the appraisal files in below folder:<br>C:\Users\sandhya.gajare\Documents\UiPath\EmailAndPDFAssignment\Appraisal<br>Thanks<br>RPA BOT"

Regards
Gokul