Downloading specific attachements from outlook

Hey at all,
i get a lot of invoices every day and i would like to automate the process of downloading the attachements.
All invoices pdfs are named in the same way. It’s always a combination of 10 numbers, for example 5500165003
or 5500162570. So i would like to use a filter to only find this specific email with the pdfs. Maybe you have some ideas to identify only the mails with an attachment that contains 10 numbers.

Thanks a lot
Tobi

Try to use Regex (regular Expression) option and is match activity.

Try something like this ,

instead of contains , you can use regex to match a specific pattern …

1 Like