I am trying to create a system from power apps where someone submits a form-> lists-> power apps-> sends email notification and creates calendar invite. The problem i am facing that somewhere from the forms to the power apps create event the email format is not reading and I don't know how to fix it.... This is the error code
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 '"[\" name@healthcare.com\",\"name@healthcare.com\"]"' to be converted doesn't have the expected format 'string/email'.
if anyone has any idea how to fix this please help. Thank you so much!!
Since you don't show your flow, I don't know where the names are coming from. But, the e-mail addresses need to be semicolon separated: name@healthcare.com; name@healthcare.com. It looks like you are trying to pass an array of e-mail addresses instead. If so, you can join the names from the array with the join() expression to join them with a semicolon.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.