
Announcements
Hi.
I have a flow that when an event is created in the outlook calendar, flow adds automatically to Microsoft To do as a task.
I tested it several times and it's working. I set the frequency of flow to 15 minutes but it's very slow. So here below are my license detail. I wonder about the maximum frequency capacities of this flow and ı will use just this flow. Thanks for the help.
"properties": {
"licenseName": "FLOW_O365_P2",
"licenseDisplayName": "Flow for Office 365",
"serviceType": "ProcessSimple",
"licenseLevel": "NotSpecified",
"licenseSku": "SeededO365",
"licensePriority": 1,
"assignedTime": "2020-11-08T19:15:42Z",
"capabilityStatus": "Enabled",
"policies": {
"maximumRecurrenceFrequency": 300,
"accessPremiumApis": false,
"rpaAttendedAllowed": false,
"rpaUnattendedAllowed": false,
"accessOnPremGateway": false,
"canUseCustomApis": false,
"calendarMonthFlowRunLimit": 2000,
"flowPlanEnforcementScope": "Tenant",
"flowRunLifetimeInDays": 0,
"dailyBillableActionLimit": 0,
"maxFlowExpiryInDays": 90,
"isFlowExpiryAutoRenewable": false,
"isPayGoEnabled": false
},
"isTrial": false
},
"type": "Microsoft.BusinessAppPlatform/scopes/serviceplans",
"isCurrent": true
Hi @Erayt
There is not particular time limit in flow.
If you are running from debugging mode after 10 min it will throw timeout error.
From outside direct run there is no time limit.
Regards
Ahammad Riyaz
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.