cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
dave8
Impactful Individual
Impactful Individual

How to create a table using the similar structure of the existing table within the environment?

Hello,

 

Could you please share the automated approach to create a new table using the existing table structure within the same environment in Microsoft Dataverse?

 

Thanks,

2 ACCEPTED SOLUTIONS

Accepted Solutions
ChrisPiasecki
Most Valuable Professional
Most Valuable Professional

Hi @dave8,

 

There's no out of box automated way, but there is an XrmToolbox plugin called the Clone Field Definitions Plugin that can copy all your columns (fields) from one Table to another. The Attributes Factory is a similar one where you can export out the columns of an existing entity, then create them for another table. You'd just need to create the new table first.

 

---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.

 

 

---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
Chris

View solution in original post

EricRegnier
Most Valuable Professional
Most Valuable Professional

HI @dave8,

To supplement on the previous post, there are other out-of-the-box tricks with solutions:

  1. If you need to create the same table in the same tenant but different Dataverse environment, then simply export and import a solution.
  2. If you need same table in same Dataverse environment, then export a solution with your table (include all components). Unzip the solution file, edit the table physical name, change guids on forms, views. Re-zip and re-import

More complicated, but can use the SDK with .NET or Web API: https://docs.microsoft.com/powerapps/developer/data-platform/metadata-services#programmatically-work... 

Hope this helps...

View solution in original post

9 REPLIES 9
ChrisPiasecki
Most Valuable Professional
Most Valuable Professional

Hi @dave8,

 

There's no out of box automated way, but there is an XrmToolbox plugin called the Clone Field Definitions Plugin that can copy all your columns (fields) from one Table to another. The Attributes Factory is a similar one where you can export out the columns of an existing entity, then create them for another table. You'd just need to create the new table first.

 

---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.

 

 

---
Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.
Chris
EricRegnier
Most Valuable Professional
Most Valuable Professional

HI @dave8,

To supplement on the previous post, there are other out-of-the-box tricks with solutions:

  1. If you need to create the same table in the same tenant but different Dataverse environment, then simply export and import a solution.
  2. If you need same table in same Dataverse environment, then export a solution with your table (include all components). Unzip the solution file, edit the table physical name, change guids on forms, views. Re-zip and re-import

More complicated, but can use the SDK with .NET or Web API: https://docs.microsoft.com/powerapps/developer/data-platform/metadata-services#programmatically-work... 

Hope this helps...

hi @EricRegnier ,

 

Really appreciate for your sharing!

 

Would you please give more details about this process? Is the file customizations.xml to modify content in the unzipped exported zip file? I can only find physical name of fields but can't see a physical name of table/entity. Where to "change guids on forms", still in the customizations.xml? After re-zip, what "data source type" shall I choose to import the zip file? I tried "dataverse", it will connect to a dataverse without option to load from a zip file.

 

2. If you need same table in same Dataverse environment, then export a solution with your table (include all components). Unzip the solution file, edit the table physical name, change guids on forms, views. Re-zip and re-import

EricRegnier
Most Valuable Professional
Most Valuable Professional

Hi @billjin,

Yes that's right, the customizations.xml is one of the files in the unzipped solution. When you add a table to the solution, make sure you include all components, not just sub-components.

What do you mean by "data source type" and what type of components are in the solution? A screenshot of the error(s) would help.

Cheers

Hi @EricRegnier ,

Could you please explain how to do your proposed solution #2 above? How can I edit the table physical name, change guids on forms, views? I need to do that as I can not use XRMtoolbox in Dataverse for Teams.

EricRegnier
Most Valuable Professional
Most Valuable Professional

Hey @RamyEdrees, here are the steps:

  1. Create a new temporary solution with just that table inside, include all objects
  2. Export the solution as unmanaged
  3. Unzip the solution and open the customizations.xml and solution.xml files. Update the table and all its references
    1. A tip! I open customizations.xml and solution.xml in VSCode and do I find / replace on both these files so all the references are updated including the EntityRelationship
  4. Set new guids for all formid and savedqueryid

Hope this helps!

Hi @EricRegnier 

 

What do you mean by 'Set new guids for all formid and savedqueryid' ?

Also, are the solution.xml and customizations.xml case-sensitive? I see that in the exported file, it uses sometimes my table-name in first-lettered Caps, and sometimes in all lower-case letters. I changed the last letter/number of all formid and savedqueryid, but it still gave an error upon importing. Any suggestions?

 

kind regards,

EricRegnier
Most Valuable Professional
Most Valuable Professional

Hi @Diederik_H, apologies for late reply. All objects in Dataverse are represented with unique IDs (ie Guids). If you copy the table, you'll also copy the Guids which are already existing in the database so you'll have an issue importing. Generate new Guids, here's a useful website: https://guidgenerator.com/ and use the new Guids. I would use the same casing/format as it us currently set.

Hope this clarifies...

westerdaled
Continued Contributor
Continued Contributor

I have almost the exact requirement.. Now that I've added around 30 columns to an existing table; I need to delete and recreate the same table with offline access support in the same environment. 

 

Attribute Factory works like a charm - thanks for recommending that.  I now have the excel file that lists all my table columns which are mostly bound the same option set. 

As stated, there isn't really any support for creating with the table with this file. So do  we recreat the current table do open Visual Studio and create a project to read the excel file and create each column using the the metadata in the file https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/samples/webapiservice-m... I am happy to have new guids for all columns as this table has not seen action yet.

Is this the best approach?  

 

 

 

 

 

 

 

 

 

 

Helpful resources

Announcements

Tuesday Tip | Update Your Community Profile Today!

It's time for another TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   We're excited to announce that updating your community profile has never been easier! Keeping your profile up to date is essential for staying connected and engaged with the community.   Check out the following Support Articles with these topics: Accessing Your Community ProfileRetrieving Your Profile URLUpdating Your Community Profile Time ZoneChanging Your Community Profile Picture (Avatar)Setting Your Date Display Preferences Click on your community link for more information: Power Apps, Power Automate, Power Pages, Copilot Studio   Thank you for being an active part of our community. Your contributions make a difference! Best Regards, The Community Management Team

Hear what's next for the Power Up Program

Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram, including a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the link below to sign up today! https://aka.ms/PowerUp  

Tuesday Tip: Community User Groups

It's time for another TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   As our community family expands each week, we revisit our essential tools, tips, and tricks to ensure you’re well-versed in the community’s pulse. Keep an eye on the News & Announcements for your weekly Tuesday Tips—you never know what you may learn!   Today's Tip: Community User Groups and YOU Being part of, starting, or leading a User Group can have many great benefits for our community members who want to learn, share, and connect with others who are interested in the Microsoft Power Platform and the low-code revolution.   When you are part of a User Group, you discover amazing connections, learn incredible things, and build your skills. Some User Groups work in the virtual space, but many meet in physical locations, meaning you have several options when it comes to building community with people who are learning and growing together!   Some of the benefits of our Community User Groups are: Network with like-minded peers and product experts, and get in front of potential employers and clients.Learn from industry experts and influencers and make your own solutions more successful.Access exclusive community space, resources, tools, and support from Microsoft.Collaborate on projects, share best practices, and empower each other. These are just a few of the reasons why our community members love their User Groups. Don't wait. Get involved with (or maybe even start) a User Group today--just follow the tips below to get started.For current or new User Group leaders, all the information you need is here: User Group Leader Get Started GuideOnce you've kicked off your User Group, find the resources you need:  Community User Group ExperienceHave questions about our Community User Groups? Let us know! We are here to help you!

Super User of the Month | Ahmed Salih

We're thrilled to announce that Ahmed Salih is our Super User of the Month for April 2024. Ahmed has been one of our most active Super Users this year--in fact, he kicked off the year in our Community with this great video reminder of why being a Super User has been so important to him!   Ahmed is the Senior Power Platform Architect at Saint Jude's Children's Research Hospital in Memphis. He's been a Super User for two seasons and is also a Microsoft MVP! He's celebrating his 3rd year being active in the Community--and he's received more than 500 kudos while authoring nearly 300 solutions. Ahmed's contributions to the Super User in Training program has been invaluable, with his most recent session with SUIT highlighting an incredible amount of best practices and tips that have helped him achieve his success.   Ahmed's infectious enthusiasm and boundless energy are a key reason why so many Community members appreciate how he brings his personality--and expertise--to every interaction. With all the solutions he provides, his willingness to help the Community learn more about Power Platform, and his sheer joy in life, we are pleased to celebrate Ahmed and all his contributions! You can find him in the Community and on LinkedIn. Congratulations, Ahmed--thank you for being a SUPER user!  

Tuesday Tip: Getting Started with Private Messages & Macros

Welcome to TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   As our community family expands each week, we revisit our essential tools, tips, and tricks to ensure you’re well-versed in the community’s pulse. Keep an eye on the News & Announcements for your weekly Tuesday Tips—you never know what you may learn!   This Week's Tip: Private Messaging & Macros in Power Apps Community   Do you want to enhance your communication in the Community and streamline your interactions? One of the best ways to do this is to ensure you are using Private Messaging--and the ever-handy macros that are available to you as a Community member!   Our Knowledge Base article about private messaging and macros is the best place to find out more. Check it out today and discover some key tips and tricks when it comes to messages and macros:   Private Messaging: Learn how to enable private messages in your community profile and ensure you’re connected with other community membersMacros Explained: Discover the convenience of macros—prewritten text snippets that save time when posting in forums or sending private messagesCreating Macros: Follow simple steps to create your own macros for efficient communication within the Power Apps CommunityUsage Guide: Understand how to apply macros in posts and private messages, enhancing your interaction with the Community For detailed instructions and more information, visit the full page in your community today:Power Apps: Enabling Private Messaging & How to Use Macros (Power Apps)Power Automate: Enabling Private Messaging & How to Use Macros (Power Automate)  Copilot Studio: Enabling Private Messaging &How to Use Macros (Copilot Studio) Power Pages: Enabling Private Messaging & How to Use Macros (Power Pages)

April 4th Copilot Studio Coffee Chat | Recording Now Available

Did you miss the Copilot Studio Coffee Chat on April 4th? This exciting and informative session with Dewain Robinson and Gary Pretty is now available to watch in our Community Galleries!   This AMA discussed how Copilot Studio is using the conversational AI-powered technology to aid and assist in the building of chatbots. Dewain is a Principal Program Manager with Copilot Studio. Gary is a Principal Program Manager with Copilot Studio and Conversational AI. Both of them had great insights to share with the community and answered some very interesting questions!     As part of our ongoing Coffee Chat AMA series, this engaging session gives the Community the unique opportunity to learn more about the latest Power Platform Copilot plans, where we’ll focus, and gain insight into upcoming features. We’re looking forward to hearing from the community at the next AMA, so hang on to your questions!   Watch the recording in the Gallery today: April 4th Copilot Studio Coffee Chat AMA

Users online (4,918)