Hi All,
I started this journey thinking such a simple task would have a simple implementation. The ideal state is:
- User: places a new excel file into Sharepoint folder (LoginReport-MMDD-MMDD.xlsx)
- Flow: copy new file into archive folder.
- Flow: rename new file (from user) to standard name (i.e. LoginReport-MMDD-MMDD.xlsx rename to NewCitrixDataLoad.xlsx)
Step 3 is where I am having major issues. There is already a file in the folder with the name NewCitrixDataLoad. I originally thought Power Automate would just overwrite the old file with the new one, but it errors out with 'File already exists'. Then I tried making a delete step to delete the file before renaming, but that didn't seem to work either. After countless hours of research and failures, I am hoping for some assistance.
For some reason I can make each of the individual pieces work, but it's when they are in a single flow that something breaks.
My best attempt appears as:

Any help is greatly appreciated!