Hi,
I followed this procedure for add a hyperlink to my email:
But when I test the flow the Hyperlink in the email is plaintext and does nothing.
Any advice on what is wrong?
Thanks a lot!
Regards,
Daniel
Thanks a lot!
I had the same issue, I just took out the
and now it works.
Yeah i have the same experience, its kind of annoying, especially if seemingly out of nowhere things stop working, and you have to troubleshoot them. Glad it worked!
Hi @KvB1 ,
This is the code from the codeview for this:
<p><a href="https://web...">Hyperlink</a> </p>
I wrote out the anchor tag manually in the codeview and it worked. this is what I wrote:
<p>Hi,<br>
<a href="https://web....">Hyperlink</a><br>
</p>
strange it doesn't work out the box. Funny thing is that I've found in other instances that the Outlook send an email connector replaces any operators in the anchor tag with it's own characters which messes them up. However, sometimes this happens and other times not.
I'm not sure why. Thanks for your help.
Regards,
Daniel
Can you go into codeview and check if it has the correct format?
Should look like:
<a href="URL">Text</a>
stampcoin
69
Michael E. Gernaey
66
Super User 2025 Season 1
David_MA
42
Super User 2025 Season 1