Hi all. I have built a timesheet app that uses a flow to backup the data file (excel sheet) at the end of each week before we run a delete all routine to clear the data file for the new week. This all runs well on my PC with no issues. I want another user to be able to run this routine, but when they try, the flow fails. The error tells me that there is an issue with the file path.
I assumed it was a permission issue, but the user is shared to access both the source file and the destination folder for the backup. It does involve the user creating a new file in a shared onedrive folder, could this be the issue? If so, how do I resolve this.