Skip to main content
Skip table of contents

Smartsheet - Download Sheet to Workflows

Overview

Allows for quick and seamless download of a Smartsheet Sheet to Workflows. Results can either be downloaded to an Excel or CSV file.

Variables

NameReferenceTypeRequiredDefaultOptionsDescription
Access TokenSMARTSHEET_ACCESS_TOKENPassword--The access token for the Smartsheet API
Sheet IDSMARTSHEET_SHEET_IDAlphanumeric--The ID of the sheet to download
Destination Folder NameSMARTSHEET_DESTINATION_FOLDER_NAMEAlphanumeric--The optional folder to store the downloaded file in
Destination File NameSMARTSHEET_DESTINATION_FILE_NAMEAlphanumeric--The name of the downloaded file
File TypeSMARTSHEET_FILE_TYPESelectcsvCSV: csv

XLSX: xlsx
The file type to download. This can be either a CSV or an Excel file

YAML

Below is the YAML template

YAML

source:
  template: Smartsheet - Download Sheet to Workflows
  inputs:
    SMARTSHEET_ACCESS_TOKEN:
    SMARTSHEET_SHEET_ID:
    SMARTSHEET_DESTINATION_FOLDER_NAME:
    SMARTSHEET_DESTINATION_FILE_NAME:
    SMARTSHEET_FILE_TYPE: csv
  type: TEMPLATE
guardrails:
  retry_count: 1
  retry_wait: 0h0m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 200
    - 201
    - 202
    - 203
    - 204
    - 205
    - 206
    - 220
    - 249

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.