Hamit_Dinc
(Hamit Dinç)
1
Hi Guys I wanna ask how I can make a hyperlink in uipath?
For Example I have a link sample which is https://www.dhl.com/content/g0/en/express/tracking.shtml?brand=DHL&AWB=111111111
but I wanna see this only like that in email message “1111111” (Which is embedded link inside of it)
where do you want to make the hyperlink? Word, Excel, Email?
Hamit_Dinc
(Hamit Dinç)
3
Hi…
in email that I have been sending.
GBK
(GBK)
4
Is mail content is HTML or not ? If yes - please write the HTML code with using a tag
<a href="https://www.dhl.com/content/g0/en/express/tracking.shtml?brand=DHL&AWB=111111111">111111111</a>
Hamit_Dinc
(Hamit Dinç)
5
I tried that but my email is actually not an html that is why it did not work.
GBK
(GBK)
6
emails are 3 types -
1 - HTML text
2 - Plan text
3 - Rich text
hyperlinks/links can be create only with the HTML body types.