Hi everybody,
In the dataverse, i have a table that uses an autonumber column as primary name column. It worked fine until now.
If I add a new value, I always get this error:
A record that has the attribute values id already exists. The entity key idkey requires that this set of attributes contains unique values.
If I add a new item and fill in the autonumber column (id) manually with a nonexisting number, it works fine.