The Field Comparison module compares fields from different sources, such as OCR data extracted from an ID and information entered by the user, to verify they match. It supports branching, so you can route users down separate paths depending on whether the comparison passes or fails.
Integrations
:white_check_mark: Web | :white_check_mark: iOS | :white_check_mark: Android
{/* TODO: Confirm Android, iOS, and Web support */}
How It Works
Field Comparison performs a crosscheck between fields from two different sources and produces a named result that downstream logic can act on. You configure the module by choosing the sources and specific fields to include in the comparison. Common sources include:
- OCR data extracted from a captured ID
- Input fields entered directly by the user
- Other data collected earlier in the Session (such as custom fields or additional captured sources)
The comparison output is saved under a Comparison Name you define. Once configured, that name becomes available in the rules list of any Condition node that follows; the result is reusable, not just a one-time pass/fail gate.
Use Field Comparison
For instructions on implementing and configuring Field Comparison on each supported platform, use the following pages:
- Field Comparison (Dashboard)
- Field Comparison (iOS)
- Field Comparison (Android)
- Field Comparison (Web SDK)