The Setup:
I've been working on a flow that routes files to specific folders based upon file name within SharePoint upon being uploaded, this is working great. Often an updated file will be uploaded a second or third time and routed to the same location, I am using the "Move File" function in Power Automate.
The Issue:
When a file is moved using the "Move File" function to a SharePoint folder where the file already exists it will either replace (erase version history), append a digit to the end, or fail the action depending on what I tell it to do.
Question:
Is there a way to preserve file versioning in SharePoint? Perhaps the "Move File" function isn't the right function to use?