Hi everyone,
I searched the webs, but I can't find the right solution, and before I start to build a huge Flow, I'd like to see if you have a solution.
Case:
In a SharePoint list, employees fill in hours for registration, but, they don't work 24/7. Some work only 1 day, some 4 and also some work the weekends, while others do not. They fill in the colums as such:
Monday Start: 25-3-2021 10:00
Monday End: 25-3-2021 15:00
Activities: XXXXX
Tuesday Start:
Tuesday End:
Activities:
Wednesday Start: 27-3-2021 18:00
Wednesday End: 28-3-2021 01:00
Activities: XXXX
etc. etc.
The Flow is automated (when an Item is created) and via HTML made into a table and sent via E-Mail
Problem:
The time zone needs to be converted to UTC+1, and the format needs to be : dd-MM-yyyy hh:mm
But, the flow need to handle empty columns too
What did I try already?
When I tried to convert the time zone, it returns as faulty, because the empty columns are not converted, because there is no information.
I tried to run a condition, but similair problems occur here. (and it only has 12 rows, where I need 14)
