cancel
Showing results for 
Search instead for 
Did you mean: 
Reply

How can I speed-up the desktop flows execution

Hello,

When I start a desktop flow, I get the flow started notification.
This flow is sending the left window key, then type a string, then hit enter, wait for a window, type some text and start doing other things.
I have to wait 7 seconds for the first action to execute, then 5 seconds for the second action, then 7 seconds etc.
If I execute these steps by hand, I can do it much faster than the flow.
How Can I speed-up the execution?
See flow bellow.
Thanks,

Philippe

Snap4.png

1 ACCEPTED SOLUTION

Accepted Solutions

Unbelievable but I could resolve the issue by uninstalling the Win10 build-in Edge browser using command line and reinstalling it from the regular installer. Now AnnyTeller runs in 6 seconds.
I was suspicious of Edge on that new machine because it sometimes struggled to display a web page, showing an error for a few seconds before loading the page. Since some software will use components of Edge, I thought it might have been the culprit and it was. What is killing me is that this fix on my home machine causes PowerAutomate to work with the same performance on both my home machine and my work machine and I did not uninstall Edge form my work machine. I will do it anyway and test again. These machines are sharing the same screens and are connected to the same router.

View solution in original post

14 REPLIES 14
miketran13
Impactful Individual
Impactful Individual

Hi,

 

While debugging, you can change the delay time to speed up the execution. 

speed.png

And when running without debugging, you have no worries about the speed.

runn.png

 

Thanks and hope it can help you. 

Mike

---------------------------------

Did I answer your question? Please consider to Mark my post as a solution! to guide others

I was referring to the runtime from the console, not the debugging.
I guess that my question is still open. Now I think this PAF works by triggering something in the cloud.
Could that be why it takes so long to start the execution? network latency, firewall rules, filters, round trips etc.
Guys, I thought Automate Desktop was Desktop, not cloud. On Desktop their would be NO latency.
Thoughts?

PAD always creates a flow session in the cloud environment before starting the flow to record the run details.

 

Are you using the latest version of PAD? https://powerusers.microsoft.com/t5/Power-Automate-Desktop/New-releases-Power-Automate-Desktop-clien...

 

Multiple seconds delay between actions sounds strange. Does the task manager show signs of high load? Or are there any other (security/display) tools running so PAD needs more time to catch the right window?


--
Was this helpful? Then give it a thumbs up and/or select it as the solution!

I have tested on work and home machine with an internet connection around 400/25Mbps. I do not see much load at the time I run these flows. I created a few flows, they are all slow, some are VERY slow. I installed the desktop version a couple days ago. V2.5.39.21056

Latest version is 2.6.48.21069: https://download.microsoft.com/download/b/d/8/bd8409df-7b80-4ef7-89c5-5a7a941a5093/Setup.Microsoft.P...


--
Was this helpful? Then give it a thumbs up and/or select it as the solution!

I installed the version from the link, no change, still slower than what it should be.
I can do it manually in 9 seconds
Flow takes 35 seconds to complete
This was when using the window key and type the app name.
I changed to flow to use the Run Application action. This revised flow runs in 16 seconds, almost double than doing it manually. Still too slow.

Maybe it's the application you're trying to automate?

Try to run and enter something in this AnyTellerDemo (just search for the name, had to remove the link, otherwise post was marked as spam and removed)

 

You can copy/paste the following code, just change the app path and add the selectors (3 fields + button):

 

DateTime.Local DateTimeFormat: DateTime.DateTimeFormat.DateAndTime CurrentDateTime=> CurrentDateTime
System.RunApplicationAndWaitToLoad ApplicationPath: $'''C:\\Users\\user\\Downloads\\AnyTellerDemo.exe''' WindowStyle: System.ProcessWindowStyle.Normal Timeout: 0 ProcessId=> AppProcessId WindowHandle=> WindowHandle
@@timestamp: '2021-03-19T17:53:14.8734109Z'
UIAutomation.FormFilling.PopulateTextField TextField: appmask['Window \'frmAnyTeller\'']['Edit \'WindowsForms10.EDIT.app.0.378734a\''] Text: '123'
@@timestamp: '2021-03-19T17:53:17.7583136Z'
UIAutomation.FormFilling.PopulateTextField TextField: appmask['Window \'frmAnyTeller\'']['Edit \'WindowsForms10.EDIT.app.0.378734a\' 2'] Text: '456'
@@timestamp: '2021-03-19T17:53:20.6835115Z'
UIAutomation.FormFilling.PopulateTextField TextField: appmask['Window \'frmAnyTeller\'']['Edit \'WindowsForms10.EDIT.app.0.378734a\' 3'] Text: '678'
@@timestamp: '2021-03-19T17:53:23.2672391Z'
UIAutomation.FormFilling.PressButton Button: appmask['Window \'frmAnyTeller\'']['Button \'Accept\'']
DateTime.Local DateTimeFormat: DateTime.DateTimeFormat.DateAndTime CurrentDateTime=> CurrentDateTime2
DateTime.Subtract FromDate: CurrentDateTime2 SubstractDate: CurrentDateTime TimeUnit: DateTime.DifferenceTimeUnit.Seconds TimeDifference=> TimeDifference
Display.ShowMessage Message: TimeDifference Icon: Display.Icon.None Buttons: Display.Buttons.OK DefaultButton: Display.DefaultButton.Button1 IsTopMost: False ButtonPressed=> ButtonPressed

 

Execution takes 3,9 seconds on my machine from the console


--
Was this helpful? Then give it a thumbs up and/or select it as the solution!

That is 9.4 seconds on my machine.
Teller opens quickly, then there is a few seconds delay before the first text is entered.

Strange! Tried it on another machine and it runs in 4 seconds.

What CPU does your machine have?


--
Was this helpful? Then give it a thumbs up and/or select it as the solution!

I need to test from somewhere else than from my home network. I did run the same AnyTeller test on my home machine and it took 127 seconds!
The laptop is a XPS i7 10875H @ 2.3GHz SSD System 32GB RAM
The home machine is a Vostro i7 10700 @ 2.9GHz, SSD system 16GB RAM
Other test I could do, reboot Router, Disable anti-virus and firewall and see it that helps. Then Run the test on remote machine which is at work, then try on another older XPS laptop and work laptop as well on Wifi using my mobile phone as a hotspot?

I tried on a 3 years old machine at home and there the test runs in 5 seconds.

So it must be a software issue, a common software on the other machines. Anti-virus/security or something from Dell, or driver or a multi-screen thing.


--
Was this helpful? Then give it a thumbs up and/or select it as the solution!

Unbelievable but I could resolve the issue by uninstalling the Win10 build-in Edge browser using command line and reinstalling it from the regular installer. Now AnnyTeller runs in 6 seconds.
I was suspicious of Edge on that new machine because it sometimes struggled to display a web page, showing an error for a few seconds before loading the page. Since some software will use components of Edge, I thought it might have been the culprit and it was. What is killing me is that this fix on my home machine causes PowerAutomate to work with the same performance on both my home machine and my work machine and I did not uninstall Edge form my work machine. I will do it anyway and test again. These machines are sharing the same screens and are connected to the same router.

please ignore

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (1,221)