Logic App is triggered when saving changes

Sven 11 Reputation points
2023-10-11T07:38:42.0666667+00:00

I configured Logic App with Recurring Trigger. When saving any change this Logic App gets triggered, even when the time configured is not valid. That is unsatisfying cause we configured a web app restart routine, that was triggered mid-day.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Abigail Perkins 0 Reputation points
    2023-10-12T19:46:06.13+00:00

    On initial deployment and first save of a logic app with a recurring trigger, a run will be triggered. Same thing happens when you change a logic app from another trigger type to a recurring trigger and then save. Knowing what criteria can cause this auto-trigger can help to avoid it.

    This can also be avoided by including a start time in the trigger:
    User's image

    The start time will be respected by the logic app. It won't begin recurrence until the start time given.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.