Save attachment filter uipath issue

Hello @Soudios

Within Save attachments that filter is case sensitive and supports regex expressions.

Give this a go:
“(.XLSX|.xlsx)|(.XML|.xml)”

Cheers

Steve

Hi @Soudios

Please try this and let me know if it works

".*(.xlsx|.XLSX|.xls|.pdf)" 

Also, you can refer this

hey @Soudios for passing filter for two extension you have to separate it with pipe . just shown in the below image.

cheers Happy Automation.

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