Re: Saving an email after sending it
Hi @Toasteroven,
I'm afraid if we want to save the email completely. Export email action is the most effective method at the moment, but it requires a certain Message Id.
The content output by Send an email has almost nothing to exploit.
The advice I can give is to use Get emails (V2) to get the Message Id, but the Id obtained may be not necessarily the id of the message sent by send an message.
Because this method is going to "Send Items" folder to get the latest email, but not necessarily during the execution of the Flow period, there may be other emails sent.
1. Anyway, you could try to configure To, From field to match the information of all the emails you find, which is the same as the configuration in the send an message action.
2.Folder selects "Send Items", the maximum number is 1.
3.Add Delay action (5s-10s), wait for the mail to be sent, and have been saved in "Send Items".
This may give you the desired email, but it may not be accurate.
You could then configure the resulting Message Id in Export email.
Image reference:

Take a try.
Best Regards,
Barry