Check out the new Power Automate Desktop tool announced at Ignite 2020. Going forward recommendation is to build all UI flows (RPA) with this tool. I will plan to do a video on this after a few months.
Hii Rezza, Instead if "Registration information has been recorded" consider there is a number value which used to change dinamically for every run. In that case how to capture a value and store it in a variable. In the sense how to capture a dynamic value should I make any changes in the selector? Thankyou
If there is a dynamic value in your system of record, you can select that once your legacy app showcases it and load it ina variable. Key will be to ensure you give the step enough time for the legacy app to showcase the dyanmic value.
Hi Reza.. Thanks for this clear explanation.. In my case,I tried recording of App in powerapps(app developed in canvas itself) and trying to automate tests with dynamic values.. so when I create instant flow,how can I feed the data from entities and run the script . ( here, you ve chosen option option as Run a UI flow desktop version)
Hi Sushma, Power Apps does have an in built test framework which basically uses the same concept as UI flows. Check this: ua-cam.com/video/jDAu0ECtD5Q/v-deo.html
Good day Reza. This if for sure a great video. I worked through your video and replicated all the steps. First I did the UI Flow, and then did the normal Flow which then uses the UI Flow that was created. For the normal flow I read data from an excel table from my one Drive for Business, and then start with the Apply to Each section. At your video time of 12:13, I see you get a dropdown to access the UI Flows you created. I don't get that - On my build it prompts me to select a Gateway. Have I missed something here - What have I done wrong ?
You will have to complete the pre-requisites mentioned in the video description. When using desktop UI flows, you need to install and configure the on-premises gateway. docs.microsoft.com/en-us/power-automate/ui-flows/setup
Thanks again! I have got a similar one. Is there anyway we can make the desktop ui flow faster? I want to make the key strokes faster. Currently iam trying to use the desktop ui flow on power virtual agent and it is timing out.
When pva calls flow, the flow has to respond within 2 mins The desktop ui flow is in preview - expect things to speed up after it goes GA You can change the duration of each action captured in UI flows But when a flow calls a UI flow I have noticed it takes a while for the UI flow to start and return data back to flow
@@RezaDorrani Thanks for the response. Yes, i have tried that too and made the UI flow to complete less than a minute, but still i didn't get a response back to virtual agent.
Great demo! I hate that it uses numeric delays! They should be conditional-wait for element to appear or webpage to load. That would work better and make this software even more competitive!
Hi Brandon, the web UI flows (Selenium) does have that concept. Do agree that the desktop version also should get those features. Note that WinAutomation is also provided as part of UI flows - which does have some powerful capabilities. So check it out - flow.microsoft.com/en-us/blog/new-winautomation-connector-in-ui-flows-is-now-available/
Reza, thank you for the quick response! My company uses UiPath, and I’m constantly looking for better technology at fair prices! We use UiPath for data entry, file uploads, data retrieval and comparison, and document retrieval.
This is a great question. I would probably not be the best person to answer this. Contact twitter.com/wearsy. He has done a lot of work with Power Automate Desktop.
Currently UI flows work in attended mode (user needs to be present). There is another feature call unattended UI flows which be coming in future. Also, UI flows talks to legacy desktop applications via the Data Gateway. So you would need to plan accordingly
Hi reza, can i do another task when this flow is running? if not, how can use the computer at the same time when the flow are running? Thank you, your's video are helping me a lot
Yes can be done with UI flows. Going forward Power Automate Desktop is the preferred approach for creating UI flows. This was announced at Microsoft Ignite.
Hi Reza, in power automate flow can we remove duplicate row items and keep the latest item out of duplicate rows in share point list. Please suggest any video or any blog for the same. I will be highly obliged for the same. Thank you in advance
@@vikramsingh-ws2nn Yes can be done. Do not have any references to video links. Will recommend posting your query on the power automate community forum.
Really interesting demo! Thanks for the inspiration!
Glad you liked it!
Thanks for watching
Most welcome
Thank you, Reza! That's great! I see there are a lot of potentials for this UI Flow.
Thanks for watching
That's awesome feature and a nice demo. Need to see how can use in real time scenarios
Check out the new Power Automate Desktop tool announced at Ignite 2020. Going forward recommendation is to build all UI flows (RPA) with this tool. I will plan to do a video on this after a few months.
Thank you Reza! This is really a powerful feature.
Thanks for watching
Nice demo Reza! Thank you!
My pleasure!
Great demo, I learned a great deal, such a cool application
Thanks for watching
Great presentation! Thank you so much.
You're very welcome!
Thank you Reza, it's very useful video
Thanks for watching
Hii Rezza, Instead if "Registration information has been recorded" consider there is a number value which used to change dinamically for every run. In that case how to capture a value and store it in a variable. In the sense how to capture a dynamic value should I make any changes in the selector?
Thankyou
If there is a dynamic value in your system of record, you can select that once your legacy app showcases it and load it ina variable.
Key will be to ensure you give the step enough time for the legacy app to showcase the dyanmic value.
Thank you so much Raza, please suggest how did you create database entity in this example/Demo.
In Dataverse the entire process is GUI driven. Just followed the UI, Added a table and the columns.
Nice on Reza, would like to see a move advanced senario
PAD or Power Automate Desktop is the latest tool for RPA. I would recommend checking that out.
Hi Reza.. Thanks for this clear explanation.. In my case,I tried recording of App in powerapps(app developed in canvas itself) and trying to automate tests with dynamic values.. so when I create instant flow,how can I feed the data from entities and run the script . ( here, you ve chosen option option as Run a UI flow desktop version)
Hi Sushma,
Power Apps does have an in built test framework which basically uses the same concept as UI flows.
Check this: ua-cam.com/video/jDAu0ECtD5Q/v-deo.html
Reza great work! Can this be used to automate opportunity creations in salesforce?
Yes. However UI flows should only be used in scenarios where Api is not available. There is a SAP connector available in Power Automate.
Good day Reza. This if for sure a great video. I worked through your video and replicated all the steps. First I did the UI Flow, and then did the normal Flow which then uses the UI Flow that was created. For the normal flow I read data from an excel table from my one Drive for Business, and then start with the Apply to Each section. At your video time of 12:13, I see you get a dropdown to access the UI Flows you created. I don't get that - On my build it prompts me to select a Gateway. Have I missed something here - What have I done wrong ?
You will have to complete the pre-requisites mentioned in the video description.
When using desktop UI flows, you need to install and configure the on-premises gateway.
docs.microsoft.com/en-us/power-automate/ui-flows/setup
@@RezaDorrani Thank you
Could you do this same process with excel? I.e. set up a flow that would copy data from one excel file to another?
Yes, possible.
Check Power Automate Desktop.
Thanks again! I have got a similar one. Is there anyway we can make the desktop ui flow faster? I want to make the key strokes faster. Currently iam trying to use the desktop ui flow on power virtual agent and it is timing out.
When pva calls flow, the flow has to respond within 2 mins
The desktop ui flow is in preview - expect things to speed up after it goes GA
You can change the duration of each action captured in UI flows
But when a flow calls a UI flow I have noticed it takes a while for the UI flow to start and return data back to flow
@@RezaDorrani Thanks for the response. Yes, i have tried that too and made the UI flow to complete less than a minute, but still i didn't get a response back to virtual agent.
Yay!!! Its working for me now! I could able to get the UI flow output as response back to my chatbot.
Great demo! I hate that it uses numeric delays! They should be conditional-wait for element to appear or webpage to load. That would work better and make this software even more competitive!
Hi Brandon, the web UI flows (Selenium) does have that concept. Do agree that the desktop version also should get those features. Note that WinAutomation is also provided as part of UI flows - which does have some powerful capabilities. So check it out - flow.microsoft.com/en-us/blog/new-winautomation-connector-in-ui-flows-is-now-available/
Reza, thank you for the quick response! My company uses UiPath, and I’m constantly looking for better technology at fair prices!
We use UiPath for data entry, file uploads, data retrieval and comparison, and document retrieval.
Amazing 👌👌
Thank you Alexis
Can Power automate replace Automation Anywhere???
This is a great question. I would probably not be the best person to answer this.
Contact twitter.com/wearsy. He has done a lot of work with Power Automate Desktop.
how can i productionize these flows in case of desktop flows as my legacy app ill b only on my system n not on production servers
Currently UI flows work in attended mode (user needs to be present). There is another feature call unattended UI flows which be coming in future.
Also, UI flows talks to legacy desktop applications via the Data Gateway. So you would need to plan accordingly
Hi reza, can i do another task when this flow is running? if not, how can use the computer at the same time when the flow are running? Thank you, your's video are helping me a lot
Cannot run another task when flow is running in attended mode.
You can use the unattended mode to run the flow on a server.
Can we use it to extract data from excel sheet. Any clear direction as we are just new to it
Search for Power Automate Desktop. This video uses an old tool that no longer exists.
@@RezaDorrani i did based on your other comment to someone else but could not find anything. Can you share link of the video that you are referring
There are many videos on UA-cam on PAD. I do not have a specific link handy.
@@RezaDorrani Thanks alot.
Hi Reza, can we change multiple words in pdf with loop and replace.
Yes can be done with UI flows. Going forward Power Automate Desktop is the preferred approach for creating UI flows. This was announced at Microsoft Ignite.
Hi Reza, in power automate flow can we remove duplicate row items and keep the latest item out of duplicate rows in share point list. Please suggest any video or any blog for the same. I will be highly obliged for the same. Thank you in advance
@@vikramsingh-ws2nn Yes can be done. Do not have any references to video links. Will recommend posting your query on the power automate community forum.
Thank you
What is the definition of “legacy desktop application” ?
Hey, this feature is now deprecated.
Please look for “Power Automate Desktop”
Video playback error 😅. It's corrupted it seems
Playback seems fine. Tested it with multiple accounts.