REcurrence in logic app is not working as expected

prajakta nawale 1 Reputation point
2020-08-13T10:27:18.403+00:00

I have created a logic app with recurrence trigger and set at these hours as 0,1,3,4,5 till 23
and minutes as '0,30'.So the expectation is that it should not trigger at 2 am and 2.30 am as per the recurrence schedule. however, It still triggers/runs at 2,2.30 am.

Recurrence is not working as expected it is running every 30 and 0 min which is not correct

Please do the needful.17415-recurrence.png17442-runhistory.png

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

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,636 Reputation points Microsoft Employee
    2020-08-17T06:17:03.213+00:00

    The default time zone is UTC for the recurrence trigger. You would have to below setting on the trigger to run at your time zone.

    recurrence-trigger-time-zone

    0 comments No comments

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.