Search K
Appearance
Appearance
Downloads a file from SharePoint and makes it available as a local file for subsequent workflow steps.
Use this task to retrieve a specific file from SharePoint by its full URL. The file is downloaded to the workflow's working directory so that later tasks can read, process, or transform it. This is the right choice when you know the exact path to a file in SharePoint and need its contents within the workflow.
| Field | Type | Required | Description |
|---|---|---|---|
| Sharepoint File | Text | Yes | The full URL of the file in SharePoint, for example https://myco.sharepoint.com/sites/YourSiteName/Shared Documents/YourFolderName/YourFileName.png. |
| Name | Description |
|---|---|
| LocalFile | The full local path to the downloaded file in the workflow working directory. |
| SharepointFile | The SharePoint drive item object for the file, containing metadata such as name, ID, size, and last modified date. |