Hi,
I need help. I'm not a hard core coder and I don't want to make things more complicated than they need be.
I have set up a form for teachers to fill in when they want to reserve PCs for tests. In the form, they indicate wg=hich lesson hour they need the PCs for. So this means they select Lesson Hour 1, Lesson Hour 2, etc through to Lesson Hour 9.
I'm trying to set up a flow that will create an event in an Outlook calender. The thing is, the lesson hours are not really 60 minutes long. And they don't necessarily start on the hour. (For example, Lesson Hour 1 is from 08:20 till 09:05, Lesson Hour 2 is from 09:05 till 09:50.
How can I get the flow to do something like "if x = Lesson Hour 1, start time is 08:20 and end time is 09:05". And this way, when I set up the "Create Event" action, I can imput the correct start and finish times?
I feel that I need to use an array here, but my v=brain isn't exactly sure what to do. Can anyone help me?
Many thanks