Skip to main content

Generate User View Report

Current configuration of the Generate User View Report task in the Workflow Designer

The Generate User View Report task creates a report from a published User View. The available formats are PDF, XLSX, and CSV.

The selector shows only published Views accessible to the user executing the workflow.

Configuration

FieldDescription
User ViewPublished view from which to generate the report.
FormatVisual PDF, multi-sheet XLSX, or CSV.
PagePage of the View to represent in the PDF.
Data widgetsTabular widgets to include in data formats. Only one widget is allowed for CSV.
Filter valuesJSON object with the values to apply to the View filters.
ThemeLight or dark for visual representation.
Tabular data modeDesigned page data or all available rows.
File nameReport filename pattern.
Wait for completionWaits for generation before proceeding.
Timeout and intervalRegulate the wait time.
Idempotency keyPrevents creation of duplicate equivalent requests.

Simplified example of filters:

{
"periodo": "corrente",
"area": "DEMO"
}

Keys must match the filters defined in the View.

Results

The task returns:

  • generation identifier and status;
  • progress percentage;
  • file and report name when ready;
  • format and size;
  • diagnostic message in case of error.

If Wait for completion is disabled or the timeout expires, link the identifier to Monitor report generation.

Verification

Before automating, publishing, and checking the View as described in Publishing and management. Test filters and widgets with synthetic data, verifying that the report does not include content not intended for its recipients.