
Announcements
Hello,
I have a cloud flow that creates a booking based on a date range that we provide.
For example:
According to the above screenshots, the start date is 2022-02-01 at 8:00 AM and the end date is 2022-02-03 11:00 AM.
I am passing those two compose actions outputs to the add new row action of the booking.
After running the flow, the booking is created with different times as below:
The flow should be accurate based on the date(s)/time we provide because it will reflect the resource schedule.
What should be changed/added to the flow in order to schedule the right date/time based on the inputs we provide?
In addition, my current timezone is the below:
However, some other technicians might be in a different timezone that's why the dates/time should be accurate regardless of the timezone they are in.
Can please someone suggest what can be the solution and provide an example?
Any help is highly appreciated.
Best regards,
Julien
Flows run in UTC. So if you are specifying dates/times and you are in another region, you might need to use convert time zone action:
or the expression convertTimeZone()
Please consider accepting my answer as a solution if it helps to solve your problem.
Cheers
Damien
Please take a look and subscribe to my YouTube Channel for more Power Platform ideas and concepts, or take a look at my website. Thanks