question

PoojaKeshri-6722 avatar image
0 Votes"
PoojaKeshri-6722 asked AndrewBlumhardt-1137 commented

Issue with Logic Apps running MANY times after enabling it

I have set the Recurrence as a trigger. As I have read that Recurrence don't process the missed runs if disabled unlike Sliding window. My logic app is in Consumption model. When I have enabled the logic app, I see there are multiple runs running.

Recurrence Trigger -

198979-image.png

Last time my logic app ran was in month of 24th March 2022

I have enabled it on 04th May 2022 and I see there are various runs. Even if it has to process ONLY the missed runs then logic app should have processed for around 30 to 35 runs for the missing runs but this seems an issue here it is running several times in the last 24 hours
199010-image.png

Also, at this point of time, I have disabled my logic app but I still see the Logic app running. I have a very simple Logic app which is processing the records from D365 to SFDC where I am using Get HTTP operation for fetching the records and sending the values to second logic app to process these records.

Could you please help here this is really getting difficult to troubleshoot now. Unable to analyse now what exactly is the issue.

Please look into this issue raised in Microsoft community forum - https://techcommunity.microsoft.com/t5/microsoft-sentinel/issue-with-logic-apps-running-many-times-after-enabling-it/m-p/3165537


azure-logic-apps
image.png (15.3 KiB)
image.png (7.1 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Do you possibly have a nested loop? The designer adds a for-loop automatically when you reference an array. This can cause a nested loop that can dramatically increase the number of executions.

0 Votes 0 ·

0 Answers