I want to attach a file in sending outlook mail

I want my outlook mail to be sent with certain pdf file. But my activity “Send Outlook Desktop Mail Message” does not show attach file like what youtube shows. How should I manage this?

@kjy031710

If you open properties you will see a file path property where you can give the filepath to be attached

cheers


This only shows the VB version but I want the directory version.
Or please tell me how to let it get the file from my computer

Help me!

Hi

In the foto you posted, you can give a specific filepath if you click the ‘File path attachments’. After click a popup comes where you can add a file or more files.

If you have a collection of files, like all the files in a folder you can give it as a collection by adding the collection to the field “File path attachment collection”, eg a list or something

Thank you all. It helped a lot. I finally made one automation myself!

I’m happy that it works and congratulations on your first automation. It is an amazing feeling :slight_smile:

Could you mark the answer as solution :slight_smile: Thanks