Hi! I have a flow that monitors a network folder and copies any new files to a Sharepoint folder. It works great, I used a template from Microsoft. I'm having two problems with it. First, if a file exists in the destination with the same name, the flow overwrites the existing file, I'd like the new file to be renamed, appending the name with consecutive numbers or the date or something like that and not overwrite. Second, I'd like to delete the source file after the copy action. Here is my flow.