I created an automated PowerAutomate with 100 actions logic by a service account. The trigger is when I create or modify a SharePoint document. I expect that the PowerAutomate will run 150 times every day. I did some tests with 150 runs and got throttled. This service account has an O365 E3 license.
I found 3 Microsoft documentations where they talk about limitations.
Requests limits and allocations - Power Platform | Microsoft Docs
This page is telling me I have with an O365 license 2000 api requests per 24 hours.
Troubleshooting Slow Running Flows (microsoft.com)
This page is telling me I have with an O365 license 2000 actions across all flows created by a single user per day.
Limits and configuration - Power Automate | Microsoft Docs
This page is telling me I have with an O365 license the performance profile "Low", which is giving me 10000 actions execution per 24 hours.
I am confused 😞 Who can tell me what are my limitations with an O365 E3 license and a flow with 100 actions per day? Is 1 action the same as 1 api request or is this different.