Hello everybody
I've got a problem using Flows with PowerApps. I try to move some Files into another folder and rename them. For some files, it shows
{ "status": 409, "message": "The specified item name already exists.", "source": "api.connectorp.svc.ms" }
Background:
I created a PowerApp, which lets the user take some photos, saves them to OneDrive for Business and sends an E-Mail to a specific address. To save the images, I use a FORALL(Collection, BATCH(...)) directly in PowerApps, where the images are saved in OneDrive using an Excel file. After this, the Flow is started. It takes some information from PowerApps and sends the E-Mail. This works fine until here. Complete flow looks like this:
The marked steps are the problematic part. My plan is to List all files in the folder, check for all, if they are a folder and, if not, move and rename the file into a subfolder with an variable name taken from the PowerApp. The new file should get a name concated from PowerApp variables and an utc_timestamp to make it unique.
The filename is unique, however sometimes (not always) I get following error:
I would really appreciate any help. I hope the German UI is no problem.
Thank you and best regards
Patrick