Unable to understand Uipath code to migrate in power automate

Hi, Iam currently in UiPath into power automate migration project. I have experience in power Automate not in UiPath. My UiPath code is involve Oracle website and need to click on multiple links then uncheck the flag. Currently Iam unable to Understand the UiPath code so please help me on this to understand the UiPath code.

Hi @Subash_Prabakaran

When you migrate rpa project from one tool to another tool
It is as good as developing a project from scratch

Now the question here is how u can understand UiPath
You neeed to learn basic how you can work on UiPath like debugging activities
Run project debug project
What is arguments and all some basic stuff

The best way to get an idea of your workflow
Is to run the process in debug mode by step into or and step over operations in DEV environment

If you will take 2/3 runs like this eventually you will start getting idea of the project

Hi @Subash_Prabakaran

I understand that you are looking to develop the project using power automate now which is already available but using UiPath.

Honestly, its a new development in power automate from scratch.

My recommendation would be to develop a project directly in power automate instead of trying to learn what UiPath code is doing for that project as ways to handle different functionality is quite different in both tools. So, there is no such migration tool/help available to migrate the code from one tool to another.

Best way to learn what UiPath code is - learning the PDD of that project. PDD refers to process definition document which contains all info about the functionality/detailed steps of the project.

Do you have PDD for your project? If not, do you have any other documentation that talks about what needs to be done in this RPA project?
if yes, simply follow that document and start the development in power automate. Or you can consult with business analyst for that project and request a documentation. That documentation should be your starting point for developing power automate project.

hope this helps.

Regards
Sonali

@Subash_Prabakaran

Welcome to the community

  1. Simply use pdd and develop a new one as you need in power automate
  2. If pdd is not there take the basic training from academy which is free and then look at the process

Cheers

Cheers