Skip to main content

Report

The Report Task lets you run Advanced Reports queries and downloads them to Persisted Storage. You can then use this report extract to drive batch integrations or feed to downstream reporting platforms.

Configuration

The report task accepts the following configuration:

Report Task Options
Storage Task Configuration
ConfigurationDescription
Output File NameName of file. Any existing file in Persisted Storage will be overwritten
SensitivityFiles can be accessed from Flow Studio to allow for debugging / review provided your User has two new Integration Flow app permissions: “Persisted Storage Access” and “Persisted Storage Get”.

It is expected that sometimes a file will contain sensitive data. For this we’ve created an separate permission “Persisted Storage Get Sensitive Record” to further restrict access.

Options:
- Sensitive
- Not Sensitive
Time to Live (TTL)All files created by Storage Task are temporary and will be deleted once the TTL expires to conserve space. Each time a file is updated (using the PUT operation with a filename of an existing file) the TTL will be extended.

Options:
- One Week
- One Month
Report QueryDropdown list of all reports available in your tenant.
ParametersAny parameters identified in the selected report will appear in the list below. Parameters can be defined in your report using the {{param}} notation.

Task Output

Returns the output from the invoked flow that can be used in subsequent tasks.

OperationOutput VariablesDataTypeDescription
Put Record,
Delete Record
OperationOutputTextSuccess or Failure
Query By KeyStorageRecordJson ObjectFile details and content
ContentJson ObjectJson content of file
FileIdentifierstringFile name
FileSizeNumberSize of file in bytes
SensitivityStringSensitivity level of the file.

Values:
- Sensitive
- Not Sensitive
LastModifiedDateTimeDate and time last modified
ExpirationDateDateTime?Date and time when document will be purged
ExecutionIdGuidExecutionId that created or last updated the file
Query by PrefixRecordsListCollectionCollection of Storage Records matching your Prefix
  FileIdentifierstringFile name
  FileSizeNumberSize of file in bytes
  SensitivityStringSensitivity level of the file.

Values:
- Sensitive
- Not Sensitive
  LastModifiedDateTimeDate and time last modified
  ExpirationDateDateTime?Date and time when document will be purged
  ExecutionIdGuidExecutionId that created or last updated the file