My task is to move files from my PC’s desktop to a Sharepoint and I have a problem with that.
Inside the Microsoft Office 365 Scope, I have a Find Files And Folders activity which returns a DriveItem variable with the root level Sharepoint folder, provided as a string “In” argument:
My in_URL argument: “https://xyz.sharepoint.com/sites/Current/”
It leads me to the “General” folder, however I don’t know how to access the subfolders below in hierarchy:
Their paths are messy and not recognized by the UiPath activity.