RecordSetItemData

All form values of a RecordSetItem are saved individually in the RecordSetItemData model.
For each RecordSetItemData, a “has_one” relation to RecordSetItem is created by using the RecordSetItemID as a key and a “has_one” relation to FormField is created by using the FormFieldID as a key.

Name

RecordSetItemData

Properties

Name

Type

Description

Slug

Varchar(110)

EveryDataStore-ID

Value

Text

FormField value from the form

Relations

FormField, RecordSetItem