How to embed a MS Form in to a Condition in a Power Automate flow

Copper Contributor

Hi

I have a flow which is a condition which needs to send an email with a new MS Form link embeded/hyperlinked within it.  Currently it will not allow the form link to be a hyperlink, it would only work is the receiver right-click on the text and clicks open hyperlink.  It does not appear underlined as it does in the MS link underneath (when it gives you the option to unsubscribe).    Can anyone help?

2 Replies

@Wales13 you need to click the </> code view button in the toolbar at the top of the Body field in the email action, then use html tags throughout your email body. For a link to a form it would look like this:

<a href="https://forms.office.com/r/qGVXjfCUbi">Leaver Feedback Questionnaire</a>

 

linktoForm.png

 

The link in the email will be underlined and clickable:

linktoForm-Result.png

 

 

Rob
Los Gallardos
Microsoft Power Automate Community Super User

 

 

Fantastic Rob - thank you for your response, it worked! :)