Hi everyone! I'm trying to create an automated flow for documents that meet trigger conditions that creates a duplicate of the file in a new document library when a user edits the file. I've successfully used the template to copy a file when it's edited, but the problem is that edits made to the copied file appear in the original version. Ideally I'm hoping to make a flow that looks like:
-User edits file that meets trigger conditions
-File in source library remains unedited
-Duplicate copy of file appears in destination library
-User edits the destination library version before routing for approval
-When edited version is approved, duplicate in original destination library is moved to original source library, overwriting original source file to become new version
Has anyone had success with this? I've found plenty of templates that move or copy files, but none so far that duplicate them. Thanks everyone!