Skip to main content

Download Spreadsheet

Description

This activity downloads a specified spreadsheet from the drive into the file system.

note

This activity works only inside Google Context activity.

Properties

  • Export Type - It specifies the format into which the spreadsheet has to be exported.

Location

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 – Specifies if the automation should continue even when the Activity throws an error. This field only supports Boolean values (True, False). The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

  • Download Folder Path - Specify the path to the local folder into which you download the file. By default, the file will be downloaded into the Downloads directory of the local machine.

Output

  • Local File Path - Returns the full local path of the downloaded file.

Example

Download Example

Download Spreadsheet