I am trying to copy a file from OneDrive to Azure File Storage but am unable to do so.
The flow ("Path" is supposed to be taken from "Get file metadata" of the file to be copied):

The error in visual form:

The raw output of the error:
{
"statusCode": 400,
"headers": {
"Pragma": "no-cache",
"x-ms-request-id": "cb121159-f663-44f4-a5cc-2461150b3684",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Cache-Control": "no-store, no-cache",
"Set-Cookie": "ARRAffinity=9227faf24135ad53dd065beee547fecb0ff01774dd3486105eba5bed7b415073;Path=/;HttpOnly;Secure;Domain=azurefile-sea.azconn-sea.p.azurewebsites.net,ARRAffinitySameSite=9227faf24135ad53dd065beee547fecb0ff01774dd3486105eba5bed7b415073;Path=/;HttpOnly;SameSite=None;Secure;Domain=azurefile-sea.azconn-sea.p.azurewebsites.net",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"Date": "Wed, 07 Jul 2021 10:14:15 GMT",
"Content-Length": "250",
"Content-Type": "application/json",
"Expires": "-1"
},
"body": {
"status": 400,
"message": "File name is null or empty.\r\nclientRequestId: cb121159-f663-44f4-a5cc-2461150b3684",
"error": {
"message": "File name is null or empty."
},
"source": "azurefile-sea.azconn-sea.p.azurewebsites.net"
}
}
Does anyone know what I'm doing wrong and how to rectify it? Where does this "source" come from or what is it referring to?
EDIT: I saw somewhere that suggested to use "Create file" instead, but I cannot select anything in "Folder path" to do so with:





