RE: Dynamics CRM 365 Online Data Import for lookup with duplicate field values issue
Hi, thats what I used and followed to... but still encountering issue.
Let me get you more detailed context.
So I have custom entity called Benefit Plan Provider Group, at let's say it contains the following records
Provider Group Code
400R1
400R10
Now, I have a CSV file to import to another entity
Benefit Rate ID Provider Group Code Benefit Type
400R1UHS1200 400R1 Benefit
400R1UHS2000 400R10 Benefit
400R10DPAC808050 400R10 Benefit
In the CSV, the field Provider Group Code is a lookup that mapped to the Provider Group entity.
When I import the file here is the error
"A duplicate lookup reference was found" for column 400R1
Duplicate reference found for transformation output parameter mapped to: Benefit Plan Provider Group Code. Output Parameter Value: 400R1
Hope you can help me on this.