Users can now easily create and configure picklist fields within the Affinda Platform.
Options
- Options are (typically short) lists of values that are added manually through the interface
- The values are sent to the model when the document is processed, and the model predicts the appropriate value from the list

Data Sources
- An array of parameters (one or many) that acts as a “lookup” or “master” list
- Typically, this will be master or source data from a customer's system (e.g. ERP, CRM)
- Data Sources can be created by uploading an Excel or CSV file through the Affinda Platform and then maintained through either periodic updates through the same interface, or by syncing the data programmatically
- The raw data extracted from the document is mapped to the Data Source using string matching (either Fuzzy, Partial, or Exact)

See Picklist Fields for more information.