Search K
Appearance
Appearance
Starts a workflow each time the user advances a step within an active Configurator form session.
Use this trigger when a workflow should run in response to individual steps within a Configurator session rather than waiting for final submission. Each time the user moves to the next step the engine fires this trigger, providing the current values of all web controls as they stand at that point in the session. This allows real-time reactions to user input — such as pre-filling later fields based on earlier selections, performing lookups against external systems as the form progresses, or applying conditional logic that alters the subsequent form structure.
This trigger has no configurable inputs.
| Name | Description |
|---|---|
| WebControls | A key-value map of all Configurator control names and their current values at the time this step was submitted. |