Add a data reference to your data model to store a data record, which is an instance of a data type. You can then add this field to a form to prompt users to select a data record from a list at run time.
For example, you can reference the Vehicle data type on an accident claim form to display a list of car models.
Access the data model for a data type or a case type, based on how the field will be used in your application.
In the explorer panel of Designer Studio, click Data to display the Data Explorer.
Click the name of a data type.
Click the Data model tab.
In the explorer panel of Designer Studio, click Cases to display the Case Type Explorer.
Click the name of a case type.
Click the Data model tab.
Optional: To display fields that are inherited by your application, click Show reusable fields.
Click + Add field.
In the Name column, enter a label for the field.
You can modify the identifier that is automatically generated in the ID column.
In the Type column, select Data reference from the list of options.
In the Options column, select a data type from the autocomplete field.
Alternatively, you can create a new data type by clicking New.
Click the Gear icon in the row of the data reference.
In the Data Page field, select a data page that is populated with data records.
Click Submit.
If you are updating the data model for a case type, click Save.