I am guessing one of Esri's responses, assuming they do respond, will be that uniqueness can be enforced through an Attribute Rule. I find Attribute Rules clunky, but they are portable across a range of Esri products:
var val = $feature.FieldName;
var cnt = Count(Filter($featureset, 'FieldName = @VaL'));
Boolean(cnt < 2);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.