Email Automation - Extract Email attachements

How to read Emails every Monday of the week and Get attachments.
Inside attachments there is a record that i need to extract.

See image below.

Note: sometimes it is more than 1 record inside the attachments.

Thank you in advance.
-Vincent

@Vincent_Nuestro

Schedule the bot or use integrated services to add trigger to bot when emailis received with a particular subject or from particular person

Then in the process …use a get mail activity toget the required mails and there are options to filter the mails as needed

Then we can use save attachmenta activity to save the attachment

To extract the data use yhe read pdf text and use with preserve formatting and then try using generate datatable with the table data alone…

To get the table data alone use a constant string before and after the table and use split to get the required string

Cheers

Hi, do you have sample workflows?

Sorry im having a hard time to figure out.

Hi @Vincent_Nuestro

You need to use a ‘For Each’ activity to save ‘each’ email’s attachments.

Take a look here at the 2 min mark:

Cheers

Steve

@Vincent_Nuestro

Get outlook mail message will giv eyou a list so use a loop on the list to get each and the. Use save attachments

Cheers

thanks every one.

but im not sure about this error

thanks every one.

but im not sure about this error

@Vincent_Nuestro

Try increasing the timeout value and check default is 30 seconds or 30000 milliseconds

Cheers

1 Like