Search K
Appearance
Appearance
Starts a workflow to validate a Configurator control's current value before the form can proceed.
Use this trigger when a Configurator form control requires custom validation logic that goes beyond what static form rules can express. The Configurator calls this workflow whenever the bound control loses focus or the user attempts to advance the form, passing the current control state to the automation. Downstream tasks can inspect the value, apply business rules, and return a pass or fail result that the Configurator uses to allow or block the user from continuing. This enables validations such as checking a part number against an external database or enforcing context-dependent constraints that depend on other field values.
This trigger has no configurable inputs.
This trigger does not produce named output variables. Workflow variables set by downstream tasks are returned to the Configurator as the validation result.