Hi,
So I'm aware of Power Automate's daily limits listed below. However, as we are becoming more and more dependent on Flows to run our automations, the action counts are increasing quite rapidly. Specifically, scheduled flows that run a lot of data manipulation eat up a big chunk of the action quota. I'm sure we are not the only ones out there preferring Flows over windows services and the likes for such purposes.
Usually flows run under a single service account with the appropriate permissions and accesses for manageability, which would limit us somewhere from 5'000 to 20'000 actions per day depending on licenses.
How is every one coping with the limits? Best practices? Recommendations? Alternate approaches? We are touching limits already and I would hate to have to start moving away from flow for these complications.
https://docs.microsoft.com/en-us/power-automate/limits-and-config
Solved! Go to Solution.
@Jronash that would be a good solution but I think that was not possible. According to what I have been searching, there has been no such capability till a little while ago. However, I just came across an article today which may be very new or recently updated (wasn't showing up in my searches before) that says we may be looking at something similar sometime soon "will be supported once the transition period ends, during 2020 Release Wave 2"
https://docs.microsoft.com/en-us/power-platform/admin/api-request-limits-allocations
Capacity add-ons may be the solution to our problem but the information seems to be a bit limited.
I will keep this topic open for now to get more suggestions and maybe more information on this upcoming support.
It is something we've run into as well. It would be nice if there were an affordable way to add extra actions to an account. Like you, we use a single service account to perform a lot of automated tasks behind the scenes. We were brushing up against our daily limits on a regular basis.
Our options appear to be to purchase a per-flow license, which wouldn't really help in our situation because the actions are spread across many different flow, or to license a second service account, which defeats the purpose of a single service account with all the right licenses and permissions.
We ended up deleting one of our most action-heavy flows and recreating it with a Python script. I'm not happy that we had to go in that direction, as it was nice to have all of the automation running in one place, and in a form that could be understood by everyone on our team, even those without a programming background. But it has bought us some time as we decide how to handle this.
Comically, I was coming on here to post this exact problem, but you fortunately beat me to it. I've created about a dozen flows, with 15 actions each, running every 5 mins. This is because the flows are crucial for updating data, so that we can address any and all issues as soon as they occur. As you can see with just this handful of flows, the licensing limits are quickly impractical.
I suppose my only option at this point is to purchase a second license for the 20,000/day limit. Each flow only runs about 1,500 actions/day (counting office hours only), so purchasing the per flow plan is just silly and excessive. I understand the Power Platform is relatively new, but it seems a bit ridiculous that we are limited to only a couple bad options.
@Jronash I develop myself as well, but still prefer uncoded over coded where business requirements dictate the requirements. I can understand moving integrations and such to coded, but where business requirements keep dictating changes in the solution, you need something like Flow to not only give quick changes turnaround but also be (as you mentioned) adoptable by the variety of the teams.
@Ketver the problem is, just throwing money at it doesn't solve the issue. Yes, you get extra actions per day and increase your limit, but consider this,
@Jronash @AmirBakht this may sound like a really stupid question, but how do you check how close you are to your daily usage limit?
@Jronash that would be a good solution but I think that was not possible. According to what I have been searching, there has been no such capability till a little while ago. However, I just came across an article today which may be very new or recently updated (wasn't showing up in my searches before) that says we may be looking at something similar sometime soon "will be supported once the transition period ends, during 2020 Release Wave 2"
https://docs.microsoft.com/en-us/power-platform/admin/api-request-limits-allocations
Capacity add-ons may be the solution to our problem but the information seems to be a bit limited.
I will keep this topic open for now to get more suggestions and maybe more information on this upcoming support.
@Paulie78 this should get you the information https://docs.microsoft.com/en-us/power-automate/billing-questions but for me it only shows activity.
Instead, you could click on a flow and go to its analytics to see its usage, that is premium though.
If you go to the power automate admin center and click usage, you should be able to see more flow analytics https://admin.powerplatform.microsoft.com/analytics/flow
Hi-
We purchased the "Power Apps and Power Automate capacity add-on" through the O365 admin portal.
Does anyone know how to apply these new licenses to a user?
Thanks!
Would it maybe be an idea to use Power Automate Desktop. I am quite sure the "action" starting PAD flow will be only 1 action, and then in the PAD you can have all the actions running and only count for 1. Just an idea, I have not tried this myself. 🙂
For anyone facing similar issues, before buying too many capacity add-ons, you may want to check the design of your flows.
-If you are creating, updating, or deleting large numbers of SQL, SharePoint, or Excel records in loops, one by one, review these resources:
SQL Batch CRUD: https://powerusers.microsoft.com/t5/Power-Automate-Cookbook/SQL-Batch-Create-Read-Update-and-Delete/...
SharePoint Batch Create: https://youtu.be/2dV7fI4GUYU
SharePoint Batch Update: https://youtu.be/l0NuYtXdcrQ
SharePoint Batch Delete: https://youtu.be/2ImkuGpEeoo
Excel Batch Actions
https://powerusers.microsoft.com/t5/Power-Automate-Cookbook/Excel-Batch-Delete/m-p/1634375#M735
-If you have any loops running many times that include conditionals, consider using two Filter array actions, one for the true case and one for the false case. This means instead of running a conditional for every record or every instance, the flow filters the data into a true batch and into a false batch in just 2 actions.
-If you have many frequent flows that require initializing many variables before the rest of the flow run, consider consolidating many of those variables into 1 or 2 actions like in this video: https://youtu.be/TCIr7Bc3Oko
-If you have flows that don’t need to trigger for every instance of a trigger event, use trigger conditions.
I cut more than half the actions per day used in my entire organization using more efficient flow techniques like these.
Thank you for these useful tips! I'll review some of my old flows to make them more 'lean'.
Thank you very much, this is a great solution.
I have an additional problem. I want to limit the access of the data in sharepoint list. In my case I have an excel spreadsheet which should be transferred to sharepoint list. In the excel spreadsheet in the last column are listed the users (max1.mustermann@web.de, max2.mustermann@web.de, etc) who are allowed to access the record. How can I change the flow so that all records are uploaded with associated access permissions?
I don’t currently know of any way to batch apply any item level permissions setting. That may still require looping one by one.
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