I'm working to automate a process of moving a folder (with a nested folder/file structure) from one SharePoint Online site to another. It works fine unless there is a plus sign (+) in the name of the folder being copied. Error is "Failed to verify the existence of source object at..." with the path of the folder where the plus sign has been replaced with a space. This happens even if I manually replace the + character with a %2B in the source variable for the "Folder to Copy" parameter.
Anyone have any thoughts on how to overcome this or do you think it's a bug in the Copy Folder action?
Example of full error message (folder name is "Test + Test"):
{
"status": 400,
"message": "Failed to verify the existence of source object at 'https://xxx.sharepoint.com/sites/xxxx/Shared Documents/Test Test' due to error 'The system cannot find the file specified. (Exception from HRESULT: 0x80070002)'.\r\nclientRequestId: 6cf65687-6fdd-41a0-8b73-b06e12e02322\r\nserviceRequestId: f44e7ca1-e0cd-7000-d45b-07b4d0aeea2e"
}
From the failed run: