Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this Page

Table of Contents
maxLevel2
excludeOlder Versions|Additional Resources|Related Links|Related Information

Snap type:

Write


Description:

This Snap exports reports as a file to an Expensify account and displays the file content in the output.

  • 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:Ultra pipelines: 

Works in Ultra

Pipelines.Spark modeNot supported in /wiki/spaces/SD/pages/1437917 mode

Task Pipelines.

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:


InputThis Snap has exactly one document input view.
OutputThis Snap has at most one document output view.
ErrorThis 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.

Template


Required. Freemarker template used to format the exported data. Please refer this link on how to create template for Expensify export report Snap.


Multiexcerpt include macro
nameSnap Execution
pageSOAP Execute


Multiexcerpt include macro
nameExecution_Detail_Write
pageSOAP Execute


Supported Attributes for Export Report operation

The details about attributes to be passed as input for export report operation can be found at following link: create report attributes.


Examples


JSON for Exporting Report


Code Block
{
    "onReceive":{ "immediateResponse":["returnRandomFileName"] },
    "inputSettings":{ "type":"combinedReportData", "reportState":"REIMBURSED", "limit":"10", "filters":{ "startDate":"2014-01-01", "endDate":"2014-02-01", "markedAsExported":"Expensify Export" }, "employeeEmail":"user@domain.com" },
    "outputSettings":{ "fileExtension":"xls", "fileBasename":"myExport" },
    "onFinish":[ { "actionName":"markAsExported", "label":"Expensify Export" }, { "actionName":"email", "recipients":"manager@domain.com", "message":"Your report is ready." } ] }


See Also

Insert excerpt
Expensify Snap Pack
Expensify Snap Pack
nopaneltrue