There must be a recent change to the Sharepoint Copy File action, because this has definitely worked many times.
I have a file with a '+' character in the filename like this "MyDocument_+abc.pdf"
Let's say the whole URL looks like this:
https://myWeb.sharepoint.com/sites/mySite/documents/MyDocument_+abc.pdf
My workflow should copy this file to another site/library, but I get the following error:
Failed to verify the existence of source object at
"https://myWeb.sharepoint.com/sites/mySite/documents/MyDocument_ abc.pdf"
due to error 'The system cannot find the file specified. (Exception from HRESULT: 0x80070002)'.
It erases the '+' character and replaces it with a blank.
I've already tried to use uri encoding, so the file name would look like this "MyDocument_%2Babc.pdf", but I get the exact same error. I know that this has worked before, because in my company, they use a lot of '+' characters in file names and there was never a problem with the workflow until today. Is there any way to find out if there was a change in December 2021 with the power automate engine and how it handles those special characters?