A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
To download a document from a SharePoint document library, you can use the Download Document activity in a runbook. Here are the required properties you need to specify:
- Action if Exists: Choose what to do if the file already exists on your local computer (options: Overwrite, Rename, Skip).
- Destination Folder: Specify the absolute path of the folder on your local computer where the file will be downloaded.
- Document Library: Provide the name of the document library that contains the document.
- ID: Enter the ID of the document you want to download.
Once you have these details, you can execute the download activity to retrieve the document to your specified location.