Hello,
I have a flow set up that when a form is filled out and submitted, it triggers a flow that pulls the form data, then sends an email to our ticketing service with the form information in the body of the email.
I'm trying to get the sent from email to be the person who filled out the form (so it sets the ticket requester correctly in our ticketing portal), but the field for the email trigger (Outlook - Send an email (V2) ) gives me an error that you can't use the form response as dynamic content in the From (Send as) field; it only wants a text string.
Error: The 'inputs.parameters' of workflow operation 'Send_an_email_(V2)' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'emailMessage/From' is required to be of type 'String/email'. The runtime value '"anonymous"' to be converted doesn't have the expected format 'string/email'.