I have a workflow, that will create some folder structures when a main folder get added:-
Here is the main action to create those sub-folders:-
Now everything is working well, but when i added a folder with a name that contain "#" such as "Invoice #100" , the action will fail with this error:-
{
"error": {
"code": 502,
"source": "flow-apim-msmanaged-na-centralus-01.azure-apim.net",
"clientRequestId": "6295d836-eda6-4f8c-b1bf-281f321705a7",
"message": "BadGateway",
"innerError": {
"status": 500,
"message": "The system cannot find the path specified. (Exception from HRESULT: 0x80070003)\r\nclientRequestId: 6295d836-eda6-4f8c-b1bf-281f321705a7\r\nserviceRequestId: b3715ba1-a0da-0000-3d3b-9a38139b0dee"
}
}
}
Any advice?