Filter on Save attachment from Outlook

Hi,
I have to save 4-5 attachments at a time sent on mail
They all are excel file but with different extension i.e. xlsx,xls,xlsb etc and the mail also contains images.
But we just need to download all the excel file and not the images
What filter should I use in save attachment option?
Can anyone suggest?

Hi @Kunal_Jain - Hope the below link helps

How to save specific attachments from mail UiPath - RPA Learners

Within the filter property of Save Attachments, give

“.*(.xlsx|.xls|.xlsb)”

@Kunal_Jain

You can use "*xls*"

Cheers

HI Kunal,

Try out this

In the “Filter” field, enter “.xls;.xlsx;.xlsm;*.xlsb” (without the quotes). This filter will include all Excel file extensions, including .xls, .xlsx, .xlsm, and .xlsb.

Thanks !!
That solved my query

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