Default value is the initial value of a field in create state. Default values can be set when configuring fields in data tables, or default values can be specified for fields in create form blocks, which can be set as constants or variables.

Most fields in create forms support setting default values.

Whether in sub-form fields in create or edit forms, sub-data added has default values.
Sub-form Add new

Sub-table Add new


When editing existing data, empty data will not be filled with default values. Only newly added data will be filled with default values, not saved.

Only Many-to-One and Many-to-Many type relationships using selector components (Select, RecordPicker) have default values.

For more about variables, refer to Variables
Divided into two categories: non-relationship fields and relationship fields.

Non-relationship default value variables
Relationship default value variables
Model
When setting default value variables for many-to-many, if the variable has multiple records, then the selected data will have multiple records, as shown below:
Used when the table block data table is the same as the relationship field data table.

For example, A.B relationship, if b1 is associated with a1, it cannot be associated with a2. If b1 is associated with a2, it will disassociate from a1. In this case, data is not shared, while default values are a shared mechanism (all can be associated), so one-to-one and one-to-many cannot set default values.
Because sub-forms and sub-tables focus on directly editing relationship data (including add, remove), while relationship default values are a shared mechanism, all can be associated, but cannot modify relationship data. So default values are not suitable in this scenario.
Additionally, sub-forms or sub-tables have sub-fields. It would be unclear whether the default value setting for sub-forms or sub-tables is row default value or column default value.
All things considered, it's more appropriate that sub-forms or sub-tables of any relationship cannot directly set default values.