Hello,
I want to send a e-mail at the endtime of an SharePoint list element. My problem is that Flow is handling the times in UTC+8 but i'm in UTC+1 so i have to subract 7 hours from the dynamic input endtime. (eg. When the user writes today 8:00AM in the endtime field, in the flow its then 3:00PM).
I can't use the time trigger from Flow, because the trigger is the creation of a new list element.
I don't know which programming language is used to achive this in Mircosoft Flow.