Working with Source Object fields

When Source Object is selected you can start working with its fields and with fields of related objects.

Adding Fields to the Form

To add a new field to the form go to the "Data Source Fields" section of the left sidebar. Fields are sorted alphabetically and grouped in collapsible sections:

Note! Before adding the field you need to add a Section. See more info for working with sections at Section Component article.

To add a field from related object in the "Selected source" field pick the related object you need and the list of available fields will be replaced with related object fields. Drag and drop the field to the Form Section:

Working with fields

Each type of field has its icon:

Click the field on Canvas to modify field properties. The field has standard list of properties (see here) and it's own list of properties:

Validation Rules

Validation rule allows to validate the field value before saving a record or by executing Validate form action.

Click "Add New" button at Validation Rules Section:

Fill in Error Message, Validation Rules:

You can also add Conditions and the Validation will work only when the Condition is true.

Conditional Styles

You can hide/show/disable/make required field conditionally. See more info at Using Conditional Styling for Form Fields .

Events

You can add onChange Events for the field. See more info on working with Events.

Last updated