Hi All,
Good day.
I have a query where i have created two projects, and i want to combine both projects. What are the ways to combine both.
Hi All,
Good day.
I have a query where i have created two projects, and i want to combine both projects. What are the ways to combine both.
What do you mean by query ?
Hi @mohitsaxena79,
Copy the project2 folder and paste it into project1 folder then use invoke activity to call the project2 main xaml file.
Regards,
Arivu ![]()
Thanks @arivu96
Same we can do for multiples project, right ?
is there any other way ?
@daniel_cornea
Sorry.
" i have created two or more projects, and i want to combine all projects. What are the ways to combine."
The easiest one is copy all .xml files (say AddDetails.xml) to required folder. Open the screen relevant to that .xml file as images will not be available now. Just try option to edit element and it will highlight the relevant elements, select confirm and all will be ok. It will take couple of minutes but much easier way without creating any element.
Hi there!
Great question—and yes, you absolutely can combine two UiPath projects, but how you do it depends a bit on your goal. Here are the most common approaches:
This is the cleanest and most modular way.
.xaml files (workflows) from the second project into the main one.
Keeps your structure organized
Easier to maintain and debug
Reusable components
If you just need to merge small pieces:
Watch out for missing variables, arguments, or dependencies when doing this.
If you want to reuse workflows across multiple projects:
Perfect for shared business logic or utility functions!
Let me know a bit more about what kind of merge you’re aiming for (reuse vs. full integration), and I can suggest the best fit!