Hi all,
We are filling Dataverse tables from a SQL database via an ADF pipeline. We want to create the GUID in SQL and pass it to Dataverse so that we have this information stored in SQL. When we use NEWID() to create the unique identifier, Dataverse doesn't take it into account and creates its own. When we do a convert, unique identifier of the ID of the table (for example ID 1 -> GUID 00000000-0000-0100-000000000000) this value is accepted by Dataverse. Obviously, we would rather not use this as it won't be unique.
Does anyone have any suggestions of what is going on and how we can create a real GUID and pass it to Dataverse ?
Thanks