Is anyone else finding flow slow to use..
It akes around a minute to expand any action or condition, another minute to populate dynamic content, making it extremely tiresome to edit, test and update.
Hi @Delid4ve,
I make a test on my side and it expands quickly.
Please check if your network is in a good condition, the connection would affect the loading speed.
Best regards,
Kris
I monitored yesterday.
Flow has 5 conditions, about 40 actions icluding SQL,ODFB, Sharepoint and data operations.
On checking system resources chrome was using over 40% CPU and over 600MB memory. Connection is fine, Leased Line 40mb/s Fibre to the premesis. (i5 cpu, 8gb ram)
Internet explorer and the flow mobile app could not even load the flow, just timeout errors.
I have had to split the flow into 2 flows in order to edit, however its still very slow.
It seems to slow down as soon as you have more than 2 conditions nested. The flow executes and completes fine in around 12 seconds, so im assuming its just the JAVA frame used for editing that is eating resources.
This is a commonly reported issue. The docs say Flow has a max of 250 actions, but performance problems show up with a few dozen. Here's a similar post where the advice was to break flows into multiple flows when there were 50+ actions, with a member of the support team saying they hadn't experienced Flows with 20+ items. Though, the process for creating nested flows is a bit challenging, and involves more of a developer skill-set than what many power users would be comfortable with.
Perhaps the official MS guidance would be to switch over to a Logic app or to call Azure functions for these more complicated scenarios.
@ the member of the support team
You 've created a 'programming language' which shouldnt fail ath the second action. You should work on making this usable for larger codes. See my architecture with 20+ actions broken into 3 parts (not because of size, but because of current limitations: sharing and nested for each). The main theread opens in minutes on desktop. I also had to use multiple workarounds (e.g. get group memebrs by group name, convert to pdf) that extended the number of actions significantly.
For the middle level users it would be interesting to create action with a large text block, where user could type its code - but still shouldnt bother with credentials and connectors.
Thanks @Mike2500 for linking to the other post.
I've expressed my frustration there!
I am finding it very annoying too.
I have a flow with a switch having 3 conditions. Each condition has a further sub-condition and each sub-condition has a sub-condition in which I filter and then read a Sharepoint list of 250 users, grab their email addresses, concatenate to an array and add the resulting array to another list.
The flow runs in about 1 minute if I only run through this loop for one input list entry. If I run for a list holding 350 different combinations of each of the above conditions then 5-6 hours!!!
In addition, whenever I open the flow to edit my laptop fan goes into overdrive and I have 50% CPU utilization of Internet Explorer. I sometimes have to wait a minute or more before I can click on any of the objects in the flow, and then another minute or so before I can edit.
I work in the IT department of a large corporation, testing O365 and Flow, and at present could not recommend this product to our users, other than to add 3 or 4 objects to a flow.
😞
This issue goes back and forth from being quick or mildly annoying - to being virtually useless.
Guess which it is right now? Unable to edit my flows without waiting MINUTES whenever I click on an object for it to open.
Doesn't matter which browser - Edge, Chrome, or Firefox...
I would like to add my 2 cents.
I refactored Nintex workflow that updates a list with values from .csv file.
On prem, the Nintex workflow runs about 8 minutes. The run time depends how many items need to be updated.
If running 2 times sequentially, no items are updated. This "check" run runs for about 3 minutes.
The list has about 2000 items.
The algorithm is prety simple: Read all existing items in the list.
Then, for every line in the .csv file:
- split the line
- find in and item with ID column exists.
if the second column is different from retreived value in the list, update
If does not, create a new item
Logic is the same in Nintex and Flow.
Flow.
My initial design produced a Flow that runs for about 6 hours for "check" run (that is, without updates).
Then, made modifications and used different data manipulations (Compose vs. variables, select, etc.)
As a result, the Flow still runs for 3.5 hours without updates and about 4 hours with 25% new or updated items.
Obviously, the Flows are so inefficient.
UPDATE: I submited a MS support ticket on this matter. Infinite "Loading..." loop for all of my flows, in a state of both on or off.
This platform has been the answer to many of the issues in our organization. But, the lag in bahvior is wildly inconsistent and cannot be trusted to perform when it really matters. C'mon Microsoft, speed this up. The "flow is too compliated" crap doesn't hold water - the flows are no more or less intricate than what the underlying code already understands. I also realize everything-MS is constantly evolving, so when I see slowness I am hopeful that something new is being published in the background that will improve the platform.
Flow is powerful tool for the masses who are either not developers, whose primary role isn't coding, or to meet a need that can be accomplished more quickly than would a new Visual Studio project. Flow is a production tool that behaves like a buggy new app in its first build.
Unfortunately, the answer might be child flows, as painful as that is. Another suggestion is to try a different browser, and also try it with a better laptop. Yes, really. You may get a significant performance boost using a newer, faster laptop/machine, which is kind of crazy, as this means someone can create a flow that their coworkers can't easily edit, based on their machine specs.
If you have an older laptop and don't have anything newer to test, spin up a decent VM in azure and edit the flow from that VM. Before I upgraded my laptop, that's how I edited complex flows and Power Apps forms, due to to the significant performance difference between my older laptop and the Azure VM. (if you don't have access to azure, search for "azure dev essentials" for a free program from MS that provides a certain amount of free credits to try).
I just wanted to let everyone know that I did end up rebuilding all my switches as child flows -- which worked but was time-consuming, kind of complicated, and introduced it's own problems. Ultimately, I ended up rebuilding a third time -- with completely independent Flows that run based on specific trigger conditions. Trigger conditions are a life-saver! Also, once I got the whole thing built, I could easily Save As... and make a copy of the Flow (6 more times), which is a huge benefit that you can't do with a child flow. Once copies were made, I had to change the trigger conditions - of course - and a few other configurations. But overall it was a much better way to do things.
You can do multiple conditions (defaults to AND), but for this project, mine were simple. Just based on a choice column value, for example:
@equals(triggerBody()?['Segment']?['value'],'Site Services')
For reference:
Trigger based on choice column value
After this, I really recommend that if you're looking at a bunch of potential Switch statements, consider distinct Flows with trigger conditions instead. Easier to build and maintain. Faster, simpler, less need to diligently rename each repeated action. I had a consistent naming convention and I also bundled everything into a Solution, so that anyone looking at this after me knows that they belong together.
What would be the pricing implications of splitting into child flows?
Wouldn't that mean you are paying multiple times (per flow) for complex automations?
I also experience this issue. I hate this product with all my heart but I have to use it to support my orgs existing infrastructure. MS please get it together
Could you describe the problem in details?
________________________________________________________
I already am using child flows and it's still slow. Any updates or resolutation for this?
I suspect the only other solution is to have less fields in your tables.
Yes my fellow. I am experiencing the as you said. Even after changing many things
and save it, but automatically deleted edited parameters. It is really testing my temper.
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!
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
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.
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