Skip to content

Configurator Report ​

Starts a workflow when a report is requested from within a Configurator form session.

Purpose ​

Use this trigger as the entry point for workflows that generate a document or report based on the current state of a Configurator form. The Configurator calls this workflow when the user requests a report output during or after a session, passing the relevant session context to the automation. Downstream tasks can then use that data to render a PDF, populate a template, or produce any other formatted output which is returned to the user through the Configurator interface.

Inputs ​

This trigger has no configurable inputs.

Outputs ​

This trigger does not produce fixed named output variables. The Configurator session variables are available to downstream tasks to use when building the report output.

Tentech