Microsoft 365 - Download Email Activity: How to download the mail at a specific folder instead of local path?

Can anyone help?

Want to save mail to a specific folder instead of local path which it’s taking using download email activity.

@anjasing,

Assign a output variable to Download Email activity.

After downloading move the file from the output variable path to the desired path.

1 Like

we assume that the output is a O365MailLocalItem
use the information provided by the output for a move file activity

o

Feel free to construct it eg. by

or any other namings / parent folder usage

1 Like

Thank you so much @ppr :slight_smile:

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