Overview of the types of picklist fields and how to configure these.
Scenario | Options | Data Source |
---|---|---|
Data type | Short, fixed list (≈ 50 values or fewer) | Larger, often two-dimensional list from a downstream system |
Value prediction mechanism | Model predicts the value directly | Raw data from the document matched by string comparison |
Upload a CSV, XLSX or JSON file.
Pick the Key Column
Pick the Label Column
Click Save. The system assigns a Data Source ID you can reference in API calls.
Use Replace Data to overwrite rows later without changing the ID.
PUT /data-sources/{id}
for full replacement or PATCH /data-sources/{id}
for incremental updates. Schedule these calls from your integration.
Open the field, then Data Source → Configure Matching Criteria.
Choose the Document Field to match (e.g. Employer Name).
Pick the Data Source Property (e.g. Employer Name).
Select a Match Type:
Tick Required if validation should fail when nothing matches for this criterion.