
Hi
I'm working to develop a new version of system for my client.
But v1 has a lot problem and a lot hardcoded. So we decided to revamp the application instead of upgrade from v1.
Then we will need to do the data migration from v1 to v2.
Now the problem is, I have migrated the data to v2, but UI show different between v1 and v2.
And I notice v1 db and UI show different for some records.
I have a though to use power automate desktop to capture the graph data from v1 UI and save into v2 db.
I new to Power Automate and I need some advice how to make this work.
1. I need PA (Power Automate) to open the v1 URL and login
2. Automatic go to the module page
3. Click on the submitted project, then filter each Branch individually
4. The graph on this screen show forecast sales for whole year for every month. Then mouse hover on the graph and capture the data show on the graph for every mont for the year and save into v2 db.
5. After capture, then filter another Branch and repeat capture the data.
So I wana ask can these steps be done? And how should be the steps?
PS: the web is developed using Angular and .NET Core.
Hi @wailoonho
1. I need PA (Power Automate) to open the v1 URL and login
Ans: Yes, this can login using the URL, but you need to build the flow
2. Automatic go to the module page
Ans: Steps need to be configured and yes
3. Click on the submitted project, then filter each Branch individually
Ans: Yes, it can click on the elements but there are some other elements where you need to build some dynamic selectors to work
4. The graph on this screen show forecast sales for whole year for every month. Then mouse hover on the graph and capture the data show on the graph for every mont for the year and save into v2 db.
Ans: You can get the text from the graph, but if the selector is valid and saving to the DB can also be done, PAD has the inbuild actions for that
5. After capture, then filter another Branch and repeat capture the data.
Ans: Yes, based upon the conditions you set It can repeated
If you find this reply helpful, please consider giving it a LIKE AND
If this reply answers your question or solves your issue, please ACCEPT AS SOLUTION
Thanks,
Srini