Hi @Anonymous
This trigger is a recurring connection-based trigger
In recurring connection-based triggers, such as Office 365 Outlook, the schedule isn't the only driver that controls execution. The time zone only determines the initial start time. Subsequent runs depend on the recurrence schedule, the last trigger execution, and other factors that might cause run times to drift or produce unexpected behavior, for example:
Whether the trigger accesses a server that has more data, which the trigger immediately tries to fetch.
- Any failures or retries that the trigger incurs.
- Latency during storage calls.
- Not maintaining the specified schedule when daylight saving time (DST) starts and ends.
- Other factors that can affect when the next run time happens.
For more information, review the following documentation:
- Schedule and run recurring automated tasks, processes, and workflows with Azure Logic Apps
- Troubleshooting recurrence issues
kind regards
Alistair Ross