Skip to main content

Smartsheet - Download Sheet to Shipyard

Overview​

Allows for quick and seamless download of a Smartsheet Sheet to Shipyard. 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_TYPESelectβœ…csvCSV: csv

XLSX: xlsx

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

YAML​

Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.

source:
blueprint: Smartsheet - Download Sheet to Shipyard
inputs:
SMARTSHEET_ACCESS_TOKEN: null ## REQUIRED
SMARTSHEET_SHEET_ID: null ## REQUIRED
SMARTSHEET_DESTINATION_FOLDER_NAME: null
SMARTSHEET_DESTINATION_FILE_NAME: null ## REQUIRED
SMARTSHEET_FILE_TYPE: csv ## REQUIRED
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '200'
- '201'
- '202'
- '203'
- '204'
- '205'
- '206'
- '220'
- '249'