Object repository not copied to another PC

Hi all,

I created UiPath project in desktop Studio app and I wanted to copy it to another PC. It’s just simple workflow, where I need to login to website and the fill in some information in webform.

I just simple zipped project folder and then pasted it to another PC. When I opened in Studio app I was able to see whole project, but there were no object repositories related to steps in workflow.

Could you please advise what should be wrong there? Is there another way, how can I copy project to another PC?

Thank you!

1 Like

@Flowis,

Copy pasting doesn’t work with Object repository. You will have to extract elements into UI libraries and install them as a dependency into your projects when you want to reuse at a global level. You can also take a reusability-first approach and start by creating UI Libraries with the elements you will need across all your automation projects.

Refer this documentation for more details.

Thanks,
Ashok :slight_smile:

1 Like