Can I Have Duplicate Records
By default, Tadabase allows duplicate records in your tables - there is no automatic uniqueness check on most fields. This is useful when duplicates are perfectly fine (for example, two customers with the same name).
If you'd like to prevent duplicates on a specific field (such as Email or Username), you can use Validation Rules on your forms to check whether a value already exists in the table before allowing the record to be saved. This gives you full control over which fields should be unique and which can repeat.
You'll find Validation Rules under each form's settings, alongside Submit Rules and Display Rules.
We'd love to hear your feedback.