
Announcements
Hello there!
I want to send an approval/reject message with a text input inside to an user and wait for their response. I tried to use HTML in the body of the message but it looks like that:
This is my HTML code:
<label for="fname">First name:</label>
<input type="text" id="fname" name="fname"><br><br>
I am using the Office 365 Outlook conector in Power Automate.
This request has been made in order to get the value of the input text obviously.
Any help is appreciated! Thanks.