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

Community site session details

Session Id :
Power Up Program - Building model-driven apps w...
Suggested answer

Error when trying to upload data to a dataverse table

(0) ShareShare
ReportReport
Posted on by
This is the error: Couldn't resolve the guid for the lookup field: pp_vehicle. CDE 121K.
 
The table has a lookup column to the Vehicle table. 
Categories:
I have the same question (0)
  • Suggested answer
    Michael E. Gernaey Profile Picture
    50,261 Super User 2025 Season 2 on at
    Error when trying to upload data to a dataverse table
     
    So from a dataverse perspective let me explain
     
    Table A
    Table B
     
    If you have data that is coming from files (like Excel), you have to import them in a way so that the GUIDs that are probably in the Excel file, is actually assigned as the ID for the Row.
     
    So imagine this, I just want to provide some understanding
     
    Let's say in Table B you have a LookUp To Table A, so you need to put the ID of Table A into the LookUp field of the column in Table B, so that Table B knows how to access the "Linked" record if you will.
     
    Now lets say you create a Row in Table A
    The Row is assigned a generated GUID, but for my example let's pretend it generated this value 1234567890 (pretend its a GUID)
     
    Now in Table B
    You go to create a Row, and when you do, you assign Table A's Row ID 1234567890 into the lookup column.
     
    Now they are linked.
     
    Now lets say you export the data for both Tables
     
    1. You have to make sure that the GUIDs from Table A are the same as they were in the Previous Environment, and you have to make sure to import Table A first, because Table B is dependent on Table A
     
    2. If you import Table B first it will give you an error as that Row in Table A doesn't exist
    2. If you do not import Table A first AND make sure the GUID is the same as the over environment, AND Table B's exported data is pointing to 1234567890, guess what... you will get the Error because even though Table A might have that single row, when it got imported into the NEW environment it got a new guid 888332211 and now Table B is orphaned from A
     
    So either
     
    1) the imports have to be in the right order AND it has to be done so the GUIDS stay the same
    OR
    2)  the import has to be done so that the import process imports Table A, stores the guids for each row, then knows how to Map the rows in B, to the NEW guids in A.
     
    I cannot see the details of how its being told you how to do it, because my Champ account is still not accessible
     
    So @mmbr1606 or @timl may be able to give you specifics beyond me telling you to make sure to import them IN order Table A first.
     

    If these suggestions help resolve your issue, Please consider Marking the answer as such and also maybe a like.

    Thank you!
    Sincerely, Michael Gernaey
  • timl Profile Picture
    35,799 Super User 2025 Season 2 on at
    Error when trying to upload data to a dataverse table
     
    It sounds like you're trying to import the parking requests data through a dataflow. If so, I recommend that you import it through the model driven app, as demonstrated in the training video.
     
    This is a more reliable way of importing the data and helps to avoid this sort of error. There are more details about this issue in this post here.
     
  • Michael E. Gernaey Profile Picture
    50,261 Super User 2025 Season 2 on at
    Error when trying to upload data to a dataverse table
     
    Did you get the help you need from @timl ? if so please mark it

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

Leaderboard > Microsoft Power Up Program Community

#1
timl Profile Picture

timl 182 Super User 2025 Season 2

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 154 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 107 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics