Hi there,
I am trying to automate the reservation process for a piece of equipment. The goal is to have the user complete a form, then take the data from the form to create an outlook calendar event.
the form has a separate question for the check-out date and the check-in date. I use the dynamic content to populate the data for event start/end time. I would like for these to be all day events as well.
I have two issues
It seems the issue for both of these, is that flow does not view that check-in date as a full day. Its almost using it as a stopping point for the event, once the clock hits midnight on that date the event is over
Any suggestions
This was the solution! addDays was exactly what i needed.
Thanks!
Hi @kylo1,
Do you want to create an event according to the response submitted in the form?
Please offer me more information.
1. Are the check-in and check-out in the form Date type?
I did some test according to your requirements.
You can Set the End time in Create event as the day after check-out.
Following is my form.
Best Regards,
Kyrie Zhang