Hi guys, I'm having trouble with a 'move file' action on my power automate flow. In general this works fine but it seems to confuse itself when subfolders are involved.
My flow first gets gets all the info for files in a particular SharePoint folder, parses, then applies a move to each file found - so I can move all contents from this folder to a different SharePoint location. I have tested this and it works fine.
But in the last flow the contents contained a subfolder which contained 4 files itself and this I think was the root of the error. Even though all contents (files, subfolder, and subfolder files) were all successfully moved as intended, I got a 404 error which halted further actions from being successful.
My interpretation is that the order it looked to move files confused it, seeing the now empty subfolder and causing the error? Either way, looking for a way to update so the flow knows its successful and moves ahead.
The relevant section of the flow, error, and error output screenshots are attached.
TIA!!