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β
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Access Token | SMARTSHEET_ACCESS_TOKEN | Password | β | - | - | The access token for the Smartsheet API |
Sheet ID | SMARTSHEET_SHEET_ID | Alphanumeric | β | - | - | The ID of the sheet to download |
Destination Folder Name | SMARTSHEET_DESTINATION_FOLDER_NAME | Alphanumeric | β | - | - | The optional folder to store the downloaded file in |
Destination File Name | SMARTSHEET_DESTINATION_FILE_NAME | Alphanumeric | β | - | - | The name of the downloaded file |
File Type | SMARTSHEET_FILE_TYPE | Select | β | csv | CSV: 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'