I'm attempting to automate the process of saving all received emails to Sharepoint.
My flow looks like this:
Trigger: Outlook, when a new email arrives
Action: Outlook, export email
Action: Sharepoint, Create file
In the Sharepoint Action I've selected the file content to be the body of the email exported from Action 1. However, when I open my sharepoint file location, all of the saved files are in the .file format. I need them to be saved in the .eml or .msg format.
Any advice?