I have a flow set up to take responses from a Form and convert them into a new event on a shared calendar. I have it working great with the exception of one data piece. I have a multiple choice question on the form for the user to select attendees for the event. I have tried to set the multiple choice options to the users emails as well as just their names, but I keep running into this error:
OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Create_event_(V4)' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/requiredAttendees' is required to be of type 'String/email'. The runtime value '"[\"Test Attendee\"]"' to be converted doesn't have the expected format 'string/email'.
I assume the culprit is the "[\" at the beginning of the response and the \"]" at the end, but I'm not sure how to get rid of that. I'm very new to Power Automate so any feedback would be greatly appreciated!
Below is a screenshot of my flow. The Required Attendees field is the only thing giving me trouble. If I remove that response detail it works perfectly.
Categories: