I have a fairly simple flow
- Sharepoint item created
- get item
- Create new folder
- Grant access to folder
- Send email
For some reason one of the flows gets a bad request error on the create folder.
The error message:
"message": "The filename, directory name, or volume label syntax is incorrect. (Exception from HRESULT: 0x8007007B)\r\nclientRequestId: 4465bad5-4143-4143-b52d-5afe550a8272\r\nserviceRequestId: 4465bad5-4143-4143-b52d-5afe550a8272"
What I don't understand is why. Other times the flow runs without problems. There is nothing obviously different about this item name to cause this issue. It is unclear what sort of format requirement limitations there are.
Resubmitting results in failure.

I see similar issue was posted before but not solved: https://powerusers.microsoft.com/t5/Building-Flows/Bad-gateway-creating-folder/m-p/456881#M54546