Validations
Last updated
Last updated
If a form requires creation of a unique records based on a or combination of fields, validation rules can be used to enforce this constraint. For example, you can set up a validation that checks if the combination of certain fields, such as email address and transaction ID, already exists in the database. This ensures that each record remains unique and prevents the submission of duplicate information. By applying such validation, you can maintain data integrity.
Currently, only one unique id combination can be set for a form.