I have a flow that will move an existing Word doc file from one folder into another. The flow steps are as outlined below. All steps work fine until it gets to the Move File tile where it errors out with a Failed to verify the existence of source object error.
In the flow, I create a "Parent Folder" for the new project that came in

I then have a 5 second delay to ensure that the folder was created and then I set a variable for the path

The Replace formula is as follows -
replace(outputs('Create_Parent_Project_Folder')?['body/{FullPath}'], 'Shared Documents/', '')
I then create a sub-folder inside of the newly created Parent Folder, this also works without issue

I then attempt to move a file that already exists in a different folder into the new Parent Folder, this is where it fails with the error.

Seeing as though the sub-folder is created just above the Move File, I have no idea why this errors out stating that it cannot find the destination folder.