Save Email Attachments Saves Images

Hello Guys.

I want to save only CSV attachments.
image

Any reason why it downloads images that are in the email signature or within the email?

@hurmet.noka ,

You can use the filter property to get the .csv files alone.

Check this link https://docs.uipath.com/activities/docs/save-mail-attachments-x

HI @hurmet.noka

Actually, the Filter property from Save Mail Attachment will filter on which attachments should be saved. The filter should be in RegEx format.

Try to use “.csv” in the filter

Or

Try to use “.*(.CSV|.Csv|.CSv|.csv)” in the filter

image

Have a look on the thread

Regards
Gokul

2 Likes

@hurmet.noka

In Filter property of Save Attachments activity mention like this “(.csv)” to save only CSV files.

1 Like

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