Set Default Value - Query Worksheet
When creating a new record, if relevant data already exists in the current worksheet or another worksheet, you can query a worksheet based on specific conditions and populate field values from the result.
This method supports setting default values for:
- Regular fields
- Relationship fields
- Subform fields
Configuration Example
Set Default Value for a Regular Field
Example:
When an employee submits a new expense reimbursement request, the bank card field should automatically populate with the information used in their last reimbursement.
1) Use a Worksheet Query to Set a Dynamic Default Value for the "Bank Card" Field

2) Configure Query Method
-
The system will query all records in the specified worksheet.
-
If multiple records match the filter, you can choose to:
-
Use the first matching record’s value
-
Clear the field value
-
Retain the current field value
-
-
If no record matches, you can also choose to:
-
Set the field to empty
-
Keep the original field value
-
Learn more about handling null dynamic values in filters
As a result, when assigning values from the matched record to the current field, three outcomes are possible:
-
Clear value (set to null)
-
Retain original value
-
Update with value from the matched record


2. Set Default Value for a Relationship Field
Example:
When creating a new order, if the user enters a phone number, the system can query the Contacts worksheet to find the matching contact. If found, the related contact record will be automatically linked to the current order.
1) Use a Worksheet Query to Set the Default Value for the "Contact" Field
