Skip to main content

Download File

Description

This activity downloads the specified File from the connected Microsoft 365 SharePoint/OneDrive Library.

note

This activity works only inside Microsoft 365 Context activity.

Properties

Location

  • Site Url – Specify the absolute site URL containing the library.
  • Library Name – Specify the library's name from which you download the File. If left empty default library (Shared Documents) in the site is chosen.
  • File Path – Specify the relative path in the library from which you download the File.
  • Local Folder - Specify the path of the local folder into which you save the File.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even though this activity fails. This field only supports Boolean values (True, False). The default value is False.
    note

    If this Activity is present inside Try Catch and the value of this property is True, it will ignore errors during the automation execution.

Output

  • File Downloaded – Returns the complete local file path of the Download File.

Example

Download Example

Download File