Hi
I am trying to pass data from Project online to Dataverse using Dataflows. My idea is to have dataflows fill the dables in Dataverse, but also refresh - update those tables when i want. In order to not have duplicate records, i thought to create primary keys in Dataverse tables. So here comes the first question - why i dont get the Unique Identifier column as an option when choosing the column to be a key? Second question, i am trying to choose id of a certain record to be a key, and getting this error over and over:
"dataverse Exception output: System.Data.SqlClient.SqlException (0x80131904): The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.xxx_ProjectOnlineProjectsBase' and the index name 'ndx_for_entitykey_xxx_xxxProjectsKey'. The duplicate key value is <redacted>."
I do not have any other key created (duplicate), neither similar name, though i dont even understand what do they mean with this.
I would appreciate if anyone can advise me here, first: am i doing right thing, is this the right way to not duplicate records in Dataverse tables?, and second, what is this error about and what should i do?
Many thanks in advance!