How to use saved Outlook attachment

Hello,

How would I go about utilizing the saved outlook attachment? My thought was to use the output of the save attachments activity in the use excel file activity, but I am receiving an error.

Hi @jenn.cruz

How about the following?
In the example it will read the first attachment, you can also loop through your attachments list in order to read all the attachments or one in specific

Regards

Hi @jenn.cruz

Save Email Attachments Activity output is a List of attachments so you have to for each activity to loop through each attachment and use Excel Application Scope to read each Excel.
Refer following document : Activities - Save Email Attachments (uipath.com)

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