Hi currently I have a Logic app which is triggered when a file is created in a OneDrive folder, I will use that file to do some process, when I finished, I move the file to another OneDrive folder to mark its completion.
I am doing performance test and try to upload multiple files at once, when I tested with 10 files, I saw multiple failed and they all failed at the "Move or rename a file" from OneDrive for Business connector. The error says that "The specified item name already exists" but I am confident that all my file names are different, and I also set Overwrite to Yes.
I have tested multiple times and see that this happened randomly, I used the same 10 files for 2 try, each try NOT the same file failed. I clear the OneDrive folder between each test.