We have 2 folders...
Folder 1: Used to store a daily data output fileS (.xlsx) in. Each daily file is named similar to "Daily_Spend_Service_20200828_000148", but with the date section changing.
Folder 2: Used by Power Bi to refresh a data report. Power Bi looks for a file called "Upload" in the folder.
We need a flow to copy the most recent file found in Folder 1 and copy it to Folder 2, once the most recent file is in folder 2, delete the previous file called "Upload" from folder 2 and rename the newly copied file to "Upload".
Is this possible? Very new to creating Flows, so any guidance would be great.