prevent duplicates in a database

0
hi, i am trying to put a control to prevent duplicates in a database based on specific field...anybody can help a no-code bro
asked
2 answers
0

hi, you could go to your entity in the domain model → navigate to validation rules –> add a Unique constraint to your field. Cheers!

answered
0

my ignorant follow up question…

what if i am pulling data from two different entities …...how can i make the combination always be unique in a 3rd database

answered