How can I copy sequences(recording for instances) from one project to another uipath?

how can I copy sequences(recording, for example) from one project to another ?
any suggestions…

Hi @nesachdeva,
Can you not just copy the XAML files from one project to the other?

Thanks,
Josh

I have to copy only a particular sequence to another project… Is it possible?

If it’s a reusable part, consider extracting it to a separate workflow and use it from an Invoke in both - if you need it somewhere else, it’s a good indicator it should be a separate xaml.

2 Likes

@nesachdeva,
Could you not just copy the sequence in question and paste it into another project sequence?

For example:
Copy


Paste

Can you please clarify the exact problem?

That worked. I will make it as a seperate reusaubale XAML.
Thanks!