Hi,
I need some help with an automation. The thing is that i’m trying to download a document from a site and I then move the file to another folder.
I’m using the “Wait for download” to retrieve the FilePath (with FileInfo type variable) and then move the file. The problem is that I want to use the sharepoint of Microsoft 365 with the 365 activities of UiPath and all the time retrieve the same problem: “Get File/Folder: The request is malformed or incorrect.” because the FileInfo variable have a Local Path (because the document automatically is saved in download folder on my computer) and I think that this is the big problem.
What can I achieve that?