Foundry Forms is no longer the recommended approach for data entry or writeback workflows on Foundry. Instead, build user input workflows with the Foundry Ontology, representing the relevant data structures as object types and configuring the writeback interaction with Actions. Learn more in the Forms overview documentation.
Data-backed fields link a form to data that already exists in Foundry. This page discusses the seven types of data-backed fields available in Foundry Forms.
The user dropdown field allows respondents to select a Foundry user. The field displays the name of the userc but records the user ID. Users can configure the following options:
Placeholder
.onlyUsersInGroupIds: list<string>
.The object dropdown field allows respondents to select an object of a given type. This field displays the title of the object but records its primary key. Users can configure the following options:
Placeholder
.noResultsText: string
and displayedProperties: list<string>
.To be filtered on, properties must be configured with the render hint "Low cardinality" in the Ontology.
The object property dropdown field allows respondents to select a property value of a given object type. Users can configure the following options:
Placeholder
.noResultsText: string
.The dataset value dropdown field allows respondents to select a column value of a given dataset. Users can configure the following options:
Placeholder
.noResultsText: string
.To use this field, the dataset must be indexed into Lime.
The objects provider field is read-only and shows chosen objects of a given type. Users can configure the following options:
maxObjects: integer
.The object property display field is read-only and shows the selected property of a chosen object. Users can configure the following options:
If referencing a field with multiple selection enabled, the object property display will show the properties of all of the objects, separated by commas.
The user properties field is read-only and shows the selected property of a chosen Foundry user. Users can configure the following options:
Last name, first name
).If referencing a field with multiple selection enabled, the user property display will show the properties of all of the users, separated by commas.