
I am automating a process where once a MS Form is submitted, an email notification is send to specific users. I wrote the email body in HTML for the looks and everything works fine in that aspect. The user would like to add details from the submitted MS Form in the notification email.
I tried have tried adding Get response details > Send an email (V2) > pasting my HTML into the message body and adding the dynamic content within the HTML where the message would be. Upon testing, the notification email would send the raw code instead of the formatted email. Is adding dynamic content directly in the HTML not possible? If so, what is the best way to accomplish this?