I'm trying to import three simple tables from Excel into Dataverse. Each table has two columns, one with a Code/ID, one with a Description (human-readable name). I've created the tables in Dataverse within the context of a Solution. When I try to import the tables from Excel, only the system-created columns appear for mapping. I'm mapping the Description to the Name field. This works fine. But I've added a Code/ID field (called Item Code) and it will not show up for me to map from Excel.
What am I missing here?
I also tried adding a fourth table called Test_Item with the same scenario. In this instance, the additional Test_Item Code field was showed up and mapped properly. I don't know what I'm missing. Thanks in advance!
Solved! Go to Solution.
Hello, @ricchiuto, It seems to me that you are using Import from Excel within the Dataverse table? If that is the case, I recommend that you try to use the Dataflows as they have less issues when it comes to importing data into Dataverse.
I have THIS TUTORIAL that cover the full process. Let me know if you have any further question about the tutorial.
If my reply helped you, please give a 👍 , & if it solved your issue, please 👍 & Accept it as the Solution to help other community members find it more. I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends. Visit my Blog: www.powerplatformplace.com
|
@ricchiuto All the fields should be available for mapping(OOB and custom) can you put a screenshot of your excel and and also mapping from dynamics?
Hello, @ricchiuto, It seems to me that you are using Import from Excel within the Dataverse table? If that is the case, I recommend that you try to use the Dataflows as they have less issues when it comes to importing data into Dataverse.
I have THIS TUTORIAL that cover the full process. Let me know if you have any further question about the tutorial.
If my reply helped you, please give a 👍 , & if it solved your issue, please 👍 & Accept it as the Solution to help other community members find it more. I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends. Visit my Blog: www.powerplatformplace.com
|
The files contain employee info, but they all have this general format. All are two columns, two files use Code & Description, the other uses Item No & Description.
I'm using the default Primary Column of Name, trying to map Description there. And then I've added one column for Code/Item No respectively, and it will now show up in the available fields for mapping.
Could it have something to do with type mismatch? Or the type of environment (Sandbox)?
The custom column for Code/Item No is of type Text.
@AhmedSalih thanks for the reply.
I am using the Import from within the table.
I tried Dataflows initially, but was unable to create a Dataflow from within a Solution. Is there any implication of adding an existing Dataflow from outside of the Solution?
Hello,@ricchiuto , not at all. "When you add your dataflows in a solution, their definitions become portable, making it easier to move them from one environment to another, saving time required to author the dataflow."
Note
So, I would highly recommend using the DataFlows.
If my reply helped you, please give a , & if it solved your issue, please & Accept it as the Solution to help other community members find it more. I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends. Visit my Blog: www.powerplatformplace.com
👍 |
This seems to be the best way forward. Thanks!