Get outlook email messages, check attachment name, send new Outlook message

I am trying to create an automation that will get Outlook messages, check their attachment name and if the name contains special characters (%&), then save the attachment with a new name and email it.

I have used Get Outlook messages with output variable “email” and a For Each item in ‘email’ but how do I get the filename so that I can check it for special characters?

Hi,

Pls try this way to get the attachment name:

Thanks

3 Likes

Thank you! Works perfectly!

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