Validation steps let you define rules to validate the workflow’s data and supports your most complex business logic. Rules are defined using formulas that transform and calculate data similar to most spreadsheet applications you are familiar with. Formulas can reference classification, extraction, and instruct QA step outputs, as well as data fetched from your systems using an External Data Validation step.Documentation Index
Fetch the complete documentation index at: https://docs.extend.app/llms.txt
Use this file to discover all available pages before exploring further.
Adding a new step
Start by dragging aValidation step into your workflow.

Configuring rules
Click on a Validation step’sConfigure button to configure the step’s rules.
The configuration page shows the variables that can be referenced in formulas on the left side and the defined validation rules on the right side.

Add rule button on the bottom of the right side of the page.
To edit an existing rule instead, click the edit icon (pencil symbol) in the top right corner of the rule.
A rule has the following fields:
Name of the rule. This name will be used as a reference when viewing the
results in the Dashboard or in the webhook response.
Optional description of the rule.
Formula expression that must evaluate to a
boolean value. See
Formulas for details about formula
syntax and functions.Save button on the top right corner of the page.
Viewing results
Dashboard
Validation results can be viewed in the Dashboard once a workflow run is complete or is awaiting human review, along with other step results.Webhook
Validation results are included in webhook requests’WorkflowRun object under the stepRuns field.
See the validation result schema here.
