web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / duplicate lookup refer...
Power Apps
Unanswered

duplicate lookup reference has been found - standard solution is not working for me

(0) ShareShare
ReportReport
Posted on by 162

Importing Incidents from a .csv file.  We call them Tickets in my world.

 

There are 3 lookups on the ticket.

Tier1  Tier2  Tier3 records all exist in the same table,  Categories.

These are cascaded lookups.  The user chooses a value from Tier1.  Tier2 is populated based on that choice.  The user chooses a value from Tier2.  Tier3 is populated based on the choices in Tier1 and Tier2.  finally, the user chooses a value in Tier3.

 

so for each choice in Tier1, there a Tier2 records with a parent of Tier1.

and for each choice in Tier2 there are Tier3 records with a parent of Tier2

 

Duplicates exist in Tier 2 and Tier3.  some examples:

 

Tier1, Tier2, Tier3

Data Warehouse, Connection Problems, Question

XYZ application, Connection Problems, Question

ABC application, Policy, Question

 

so, of course, On the datamap in the lookup for related records for Tier1, Tier2, Tier3 columns I included the value and the primary key to ensure that a unique record is retrieved by the import.

 

This simply does not work for my records.  I see it in the documentation and in many online questions that this is the prescribed solution and I can see how it should find a unique record since the primary key is used.  It is just not working for me.  very frustrating of course.

 

I get the "duplicate lookup reference has been found" error for all of the duplicate values.

 

Ok, so even mores strange and perhaps telling.  I even get the duplicate lookup reference found error for values in Tier 1.   There are no duplicates in the values for the Tier1 records.

 

If you have encountered this or know why this could happen, please respond. 

 

Thanks,

 

DJ

I have the same question (0)
  • Drew Poggemann Profile Picture
    9,287 Most Valuable Professional on at

    Hi @urklnme ,

     

    I have had this problem in the past and you really need to deal with a unique id type of field on the lookup entity if you have multiple records with the same Name field.  You can use the import wizard to map your CSV file to the unique field on the entity which will fix this.  I know this is an old article but shows what you need to do.  http://mscrmtechie.blogspot.com/2015/08/a-duplicate-lookup-reference-was-found.html 

     

    Of course you need to pass that value in from your CSV file...

     

    Hope this helps!

     

    Thanks,


    Drew

  • urklnme Profile Picture
    162 on at

    are you saying that the unique field has to be in the import file ?   so the primary key (GUID) for each value must be copied to the excel file? 

     

    the primary key is included on the lookup reference in the datamap and it does not work.  see image.

     

     tier2 related field lookup.png

  • Drew Poggemann Profile Picture
    9,287 Most Valuable Professional on at

    Hi @urklnme ,

    What I mean is a field on the Category table that will not have the same value (text) for two entries.  So you could have two rows like the following:

     

    ID.      Name                                     Parent Category

    1.        Connection Problems.           Data Warehouse

    2.        Connection Problems.           XYZ Application

     

    You would import the ID field from the CSV file in the mapping and it would map the appropriate Connection Problems Lookup Category instead of hitting a duplicate because there are two with the name "Connection Problems".

     

    Make sense?

     

    Thanks,

     

    Drew

  • urklnme Profile Picture
    162 on at

    to be clear.  my data is coming from a legacy system.  there are no unique fields for the categories other than the primary key.  The primary key was not included, nor could it be, in the legacy data.

     

    So when this situation arises (duplicate lookup reference has been found) for anyone using powerapps imports, they must hand manipulate their data to include the GUID of the existing record in CDS?  

     

    Duly noted.  begrudgingly understood.  

     

  • Drew Poggemann Profile Picture
    9,287 Most Valuable Professional on at

    It does not need to be guid but could be auto-number field or another that is unique per category.  If the name is same across multiple records it won’t know which to match.

     

    sorry about this limitation.

     

    thanks,

     

    Drew

  • urklnme Profile Picture
    162 on at

    I am dumb I guess.. i just dont understand the solution.  I added the primary key to the excel data file.  how do I reference that column in the datamap?  There is no column in the lookup reference to select that matches the new column of primary keys.   

     

    Question 1: The only place that fields can be used to help identify the unique value I am after is in lookup reference for tier1,2, and 3 in the datamap correct?

    Question 2: I have to use a datamap b/c the import will not be able to automatically match the tier values to a unique value?

     

    I have no other field to use except for the primary key.  it should be enough.  it is a <expletive removed> unique GUID.

     

    Question 3: Are you asking me to alter the CDS category table?  Is that what you are suggesting? add an auto-number field to the Category table that would act as another unique field?  that field would then be selectable in the lookup reference for Tier 1,2, and 3.     (this is the part that kills me... if I add a unique field to the category table, how is that gonna work when the primary key does not.  Is the microsoft import process so messed <expletive removed> up that this works when the primary key does not?)  

     

    I don't have any other options I will try it this way too.

     

    Anyone have 2 cents to add?

  • urklnme Profile Picture
    162 on at

    ok.  I added an autonumber field to the category table with unique values.

     

    I selected the auto number field and the category (name field) in the lookup reference for the Tier1, 2, and 3.

     

    The Tier 1, 2, and 3 values still threw duplicate lookup reference found errors.

     

    There must be something wrong with my configuration.  I am stumped.

  • Drew Poggemann Profile Picture
    9,287 Most Valuable Professional on at

    Hi @urklnme ,

     

    Can you share your updated import file mapping?

     

    Thanks,


    Drew

  • urklnme Profile Picture
    162 on at

    see attached file

     

     

  • urklnme Profile Picture
    162 on at

    I used xrmtoolbox to write a query to ensure that it is possible to return a unique value from the category table.

    returns a single row.

    1209    SecurityTier 3

     

    It just does not seem to matter what I put on the lookup reference in the datamap, the import will not resolve the request to a single result.

     

    Microsoft in there great design and execution of powerapps has provided many awesome features.   just put what I import into the field is not one of them LOL.  It would be nice to be able to override the lookup.

     

    All of the workflows that have been created for this application have been deactivated.  I don't imagine that there is a managed workflow that would affect this custom entity during the import.  

    There are no plugins or other custom code components that are using the category table.

     

    Even tried to update the tier1, 2, and 3 values using Excel Online.  No go.  that uses the same f'd up import process.  the duplicate lookup reference found error was thrown for all the rows I updated.

     

    This is a showstopper for my little application with many thousands of tickets to be imported.  The client is not interested in hand updating them with the categories.

     

    We are less than 2 weeks to a go-live date.  Yikes!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard