
Announcements
Hi,
I have a club booking power app which uses a flow that runs every week to reset the club values. The flow deletes the clubs from the SharePoint list the user chooses from, then recreates them ready for the next week using the create item for SharePoint. I have encountered an issue where I am setting the start date and time and end date and time columns for the clubs, I am using 'addDays' so the flow runs on a Friday evening, for the clubs that are created for the Monday I use the value 3, Tuesday 4 and Wednesday 5 etc. As the clocks are being changed at the end of this week, it is creating the items with an extra hour added, I think this will sort itself out once SharePoint picks up the time change. I have 5 separate create item branches in the flow, one for each day and some days have 10 clubs and others have 5 for example. However, I would like to add a condition that checks if the new date after being calculated in the create item step is before/after daylight saving time so it calculates the correct date and time so I don't experience this in the future. Can someone please advise if this is possible?
Thanks in advance!