Hello!
I am currently building a flow that will make a calendar event (Create a SharePoint item) which is triggered from receiving an email with important text information inside it. The important info in the email is the Title, Date/time, and Description of event. I will use this to create a calendar event for "Vacation time". Appreciate any feedback/advice/critics in advance, thanks!
The email looks like this...
"John Smith has submitted the following time off request which has been",
"auto-approved.",
"Reason: Flex Vacation",
"Time away net hours: 40",
"Time away start: 8/29/2022 12:00:00 AM",
"Time away end: 9/3/2022 12:00:00 AM",
"Time off employee message: See ya next week"
The current issue I'm having is the "Create an item" in SharePoint cannot read the information going into it. It gives an error of..."The 'inputs.parameters' of workflow operation 'Create_Calendar_Event' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/EventDate' is required to be of type 'String/date-time'. The source type/format 'Array' of the value '["2022-08-29T00:00:00.0000000"]' is not convertible to type/format 'String/date-time'."
Here are some screenshots of my current flow giving me this error...


