
Hi everyone,
I'm currently working with Power Apps (Model-Driven), Power Automate, and Dataverse, all organized within a single solution in a specific environment. Due to project requirements, I need to create a full duplicate of this solution within the same environment, keeping both versions fully independent.
Here’s what I need to achieve:
Duplicate the solution, including model-driven apps, flows, tables, columns, and relationships, within the same environment.
The new copy must be completely separate from the original (independent tables, flows, etc.).
Both versions must coexist and function without interfering with each other.
I understand that in Dataverse, tables and columns are environment-wide, so I can't simply import the same solution with identical component names. I’m considering manually copying and renaming each component, but this is time-consuming and error-prone.
My questions:
Is there a more efficient way to fully duplicate a solution with renamed components in the same environment?
Can the XrmToolBox or any other tool help streamline this process (e.g., cloning tables and flows with updated schema names)?
Is it even feasible to automate this type of duplication without running into naming or dependency conflicts?
Any advice, tools, or best practices would be greatly appreciated.
Thanks in advance!