Hello,
I am trying to automatically create a copy of a file in a SharePoint folder and move that copy to another SharePoint folder. The trigger to create the copy would be based on a response to an email containing the original file. The response would say "approved" in the email body, but not contain the email attachment (original file).
The flow would look like the following in my mind-
1. Send emails with attached reports to clients for approval (this process is already automated)
2. Client sends email response back approving report accuracy. (email response does not contain original attachments)
3. Based off of email response, locate reports saved in SharePoint folder and create copies of reports.
4. Move copies of reports to a 2nd SharePoint folder for "approved" reports.
Thank you for any help!