Expensify Download File

Expensify Download File

On this Page

Snap type:

Read

 

Description:

This Snap downloads a file on an Expensify account created by an export report operation and displays the file content in the output view.

  • Expected upstream Snaps: File reader followed by any file parser followed by Structure.

  • Expected downstream Snaps: Any file Formatter followed by File Writer.

  • Expected input: Input request data.

  • Expected output: The information about the created report

 

Prerequisites:

[None]

 

Support and limitations:

Works in Ultra Tasks.

Account: 

This Snap uses account references created on the Accounts page of SnapLogic Manager to handle access to this endpoint. See Expensify Account for information on setting up this type of account.

 

Views:

Input

This Snap has exactly one document input view.

Output

This Snap has at most one document output view.

Error

This Snap has at most one document error view and produces zero or more documents in the view.

Settings

Label

 

Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your pipeline.

Snap Execution

Select one of the following three modes in which the Snap executes:

  • Validate & Execute: Performs limited execution of the Snap, and generates a data preview during Pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during Pipeline runtime.

  • Execute only: Performs full execution of the Snap during Pipeline execution without generating preview data.

  • Disabled: Disables the Snap and all Snaps that are downstream from it.

Default ValueExecute only
Example: Validate & Execute

 

Supported Attributes for Download File operation


The details about attributes to be passed as input for download file operation can be found at following link: download file attributes
 

Examples


JSON for Download File

{ "fileName":"myFile.csv" }

See Also