I am building a flow that is connected to my Sharepoint, below are screenshots of the functionality and my current problem:
The idea is that I am going to drop a bunch of files into the SharePoint folder, in this case I dropped two
Then the flow will automatically generate a bunch of folders based on the beginning of the file names and place them into the corresponding folders.
Below are the two folders that are created from dropping the two files. The issue I am experiencing is that all the files are being duplicated in each of the folders when there should only be one file in each of the folders that has the matching name:
What is wrong with my flow below and how can I change it so that only the correct file shows in each of the folders? (Ex. file "J0000-1002_.......PDF" only shows in folder "J0000-1002". Thanks in advance!
Let me know if you need clarification on the flow, thanks!
Can you check if you flow is running multiple times in Flow Run history? I see that you are creating a file from the flow and the flow is set to run on a file creation trigger.
I checked and it is only running once, I suspect it could be a problem with using Apply to Each?