Hello,
I have a requirement in Power automate to upload files in Sharepoint regularly. We have created a Shared mailbox and when any email with attachment gets into inbox, then the attachment should be added into respective path or library based on the attachment name.

We have a condition, if Attachment name matches with any of the file name in excel, then a file should be created in Sharepoint. Site url and Folder Url will be picked from the excel columns.
But when there is a space in folder name or library name, url will have %20 (Test%205) for space or any other character for '_'. Then the flow gives error message
status":400,"message":"Root folder is not found.\r\nclientRequestId: 6363c88d-3e42-4b33-ba1c-78a827c5b0e5\r\nserviceRequestId: 6363c88d-3e42-4b33-ba1c-78a827c5b0e5"}}
But when I put space instead of %20 in the excel column(for example Test 20 ) it works normally without any error.
Can someone kindly help me with this?
Is there a way to upload file to respective path like can we mention it in Sharedemail used to add file to Sharepoint, so that it will pick directly from email body or subject ?
Regards,
Susmitha.