I have a flow that copies a file to a duplicate library when a yes/no box is checked.
This allows up to consolidate all the files in one library but only copy a subset over to a sharing library.
The current behavior copies the file to the destination when the box is checked, and deletes the file in the destination library when the box becomes unchecked. If the file content is updated in the parent, the copy is set to overwrite in the destination.
The current issues are- if the file is renamed, a new file gets created, making a duplicate file in the destination library.
Each file has a unique ID generated when the file is created in the parent library.
I'd like flow to check the unique ID and NOT the file name to overwrite / update the file