Hi there. I'm trying to use Power Automate to automatically create an event in a specific Outlook calendar when a certain form in Microsoft Forms is submitted.
The Form has the following fields, that respondents can fill out:
- Date field: Where respondents can enter the date of the event (dd/MM/yyyy)
- Name field: A text field, where respondents can enter the name of the event
- Description field: A text field, where respondents can enter a description of the event
- Start time field: A text field, where respondents can enter the start time of the event
- End time field: A text field, where respondents can enter the end time of the event
I have no issues getting the the Create Event (V4) action to create the event from the submitted form, and it also provides a Subject line and Body corresponding to the name and description fields.
My problem is the Start time and End time fields in Create Event (V4): How do I get these fields to fetch information from both the Date Field and the Start/End time field in the form?
Using dynamic content, I can either:
- fetch the data from the Start/End time field in the Form, causing the flow to generate the event at the right time of day but the wrong date (by default it is placed on the day of the Form submission)
- fetch the data from the Date Field in the Form causing the flow to generate an event at the right date but the wrong time of day (by default the time is set to 00:00)
Adding both pieces of dynamic content causes the flow to fail.
Do anyone know of a way to fix this issue, so I can get my events to be generated at both the right date and time? I'm definitely a noob in Power Automate and can't write code to save my life, so I'm hoping someone might point me in the right direction 🙂
Thanks a lot in advance!