question

EvanWong-4506 avatar image
0 Votes"
EvanWong-4506 asked MayankBargali-MSFT answered

Logic App SharePoint Trigger firing hours after StartTime

I currently have a logic app with a "When a file is created or modified" SharePoint activity which will check once a day with a Start of 1am UTC+1 Amsterdam, Berlin, etc. However, Amsterdam is currently UTC+2. Regardless, the logic app seems to run at 2am UTC+1 (3am UTC+2). I'm thinking perhaps daylight savings may play a role in this?

So my questions are:

  • What is the best time zone to use that is independent of Daylight Savings?

  • Is my logic app running with a 1 or 2 hour delay, or is there some sort of disconnect with the time zone and configuration?

125282-1.png

125282-1.png

(Note: the run log time zone is currently UTC-5)

azure-logic-apps
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.

1 Answer

MayankBargali-MSFT avatar image
1 Vote"
MayankBargali-MSFT answered

@EvanWong-4506 As per the screenshoot I can see that you have specified letter Z in the Start Time. If you don't select a time zone, you must add the letter "Z" at the end without any spaces. This "Z" refers to the equivalent nautical time. If you select a time zone value, you don't need to add a "Z" to the end of your Start time value. If you do, Logic Apps ignores the time zone value because the "Z" signifies a UTC time format.

Please remove the 'Z' for Start Time and it should now take the TimeZone. This document step 4 has the property details and the description as I have mentioned above.

This document cover your first concern with the examples and for your second issue please remove 'Z' for Start Time and feel free to get back to me if you need any assistance.

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.