Can someone explain to me how to use this activity? I just want to download the whole folder from sharepoint.
Does anybody know how I can make use of the SharepointFolder variable? Or what property of it I can use?
Can someone explain to me how to use this activity? I just want to download the whole folder from sharepoint.
Does anybody know how I can make use of the SharepointFolder variable? Or what property of it I can use?
Unfortunately you can’t download whole folder in one go. You will have to use For Each File or Folder
activity and inside it use Download File
activity.
Refer this documentation.
So you are telling me that basically, “Get File or Folder” activity does nothing? What is its output folder for?
It’s is important to find the file or folder and returns object of that file. Using that object of file or folder, we can do many operations.
Brother, thank you. This saved my skin.
Glad to hear I was helpful. Kindly close the thread by marking my answer as solution.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.