Hello,
In SharePoint lists, there is an efficient, simple way of avoinding duplicates.
However, in Dataverse, that is not the case.
So, how to avoid users with the same email?
I believe there are several server-side solutions for this, but can't manage to get any of them working...
1-Creating alternate keys:
Added an alternate key that is simply the email column:

However, upon testing entering a record with an existing email, it just saved the data.. so I wonder what - if anything - is happening.
2-Creating business rules.
Tried this one, but can't figure out how it works, when the old Dynamics 365 UI shows as a pop-up, it gets a bit scary and I have given up.
3-Add-ins
Still can't figure out how these work.
Isn't there just a check box somewhere in the table for this?
Can anyone help?