The top concern for most teams is data quality and completeness. Our new validation system lets you set custom validation rules that automatically flag any anomalies in your datasets. You get detailed reports showing exactly which rows have issues and why.
Go to your workflow → Issues → Rules to get started.
-- Natural language: "Check email formats are valid"
WHERE email NOT REGEXP '^[A-Za-z0-9+_.-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,}$'
-- Natural language: "All prices should be positive"
WHERE price <= 0 OR price IS NULL
-- Natural language: "Product URLs should contain the domain"
WHERE url NOT LIKE '%example.com%'
When validation runs, the Results tab shows:
NEW
and RESOLVED
status tracking across runsData validation is now available on all workflows. Try it out and catch quality issues before they impact your downstream systems. You can add rules to any workflow by opening it and navigating to the Issues tab