Help with filter in Save Attachment

Hi Guys!

I have a Problem with the save Attachment activity. some Mails have multiple attachments and I need to download only those that start with either PO… or BE…
I first tried with an If filter but it still dowloaded all the attachments in the mail. then I found some topics in the forum about using the build-in filter function in save attachment. I tried several Regex but none of them work. could someone please help me?

Regards

Zaki

Hi,
In Filter property try this “.*(PO|BE)”. Let us know if this helps, or else try with for loop and let us know if this helps.

Regards,
Pavan H

2 Likes

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