Hi,
I'm trying to copy a newly created file from one Sharepoint library to another. I'm a site owner on both sites. I have an expression that finds the folder name on the new site and then URI-Encodes it. When I run it, it fails.
Here is the full expression:
uriComponent(concat('Patient Records and Data',replace(variables('folderPath'),'Shared Documents/CompanyName','')))
But here is the perplexing part:
The "Destination Folder" Input for the failed request reads perfectly encoded (ie. folder%20name%20good )

But the error message is "Failed to verify the existence of destination location https://site.sharepoint.com/folder name good"

Other than the spaces the names are right, I can copy and paste the destination link into a new tab and it works.
Anyone ever have this problem before?