Adding hyperlink in body of the send exchange mail message activity

Hey Devs, Im sending out email using the send exchange activity and trying to place a hyperlink in the body. Any idea of how I can place my hyperlink in the body?

Hi,

Please tick the isBodyHtml property and then include the hyper link in body by using html tag as < a href=“yourhyperLink”>yourHyperLink< /a>

let us know if this helps

Regards,
Pavan H

a href=“www.google.com”>Google< /a> something like this?

if so it didnt work.

yeah this is not working, i am having this problem as well…it seem that UIpath not recognize the double quote after the href

Hi @tehba

Welcome to our UiPath Forum! :slight_smile:

Have you tried escaping your quotes? Like so:
"<a href=""yourhyperLink"">yourHyperLink</a>"

image

2 Likes

hi, how to modify if there is a space in the hyperlink and if it is a sharedrive folder instead of website?

thanks.

1 Like

You should look up URL encoding, it should do the trick.

I would think of something like this: