Hi,
So we have a form that asks for each of the following:
1. start date
2. start time (24 hour clock)
3. end date
4. end time (24 hour clock)
My flow gets this info concats the start date and time to form the start datetime string and same for end datetime.
The times are correct.
1st approach:
Just updated the list with the start datetime and end datetime. It pushed it an hour ahead so example 2-3pm became 3-4pm. (we are BST at the moment).
2nd approach:
I then added an expression convertTimeZone(variables('StartDateTime'),'GMT Standard Time','GMT Standard Time')
On the flow the output is correct, the times are 2pm start time and 3pm end time, but when it adds it into the list on my sharepoint the event is then 3-4pm.
Anyone any ideas?
WarrenBelz
146,631
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,991
Most Valuable Professional