Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to insert a link to a sharepoint in the mail but i want to send a hyperlink.
Exemple : if my url is https://sharepoint.exemple/Document/Test, I want show a label like "Test Link". When I click on "Test Link", I go to the link https://sharepoint.exemple/Document/Test
I have succeed to create a link in a table in the application, but when a use it, there is only the URL, and not the label.
Have you got an idea please ?
Hi @Camille35 ,
Sure i would be glad to share it but you should note one thing about it, its a very simple example so depending on your setup it might not match.
Best Regards
Hi @Camille35 ,
Are we talking about in an app or an automation Send Mail block?
Hi,
Thanks , I talk about Send Mail Block
Hi @Camille35 ,
If the message body type is html, you can use the "a" tag which is a link.
So in your case:
<a href="The url you want to go to">Test Link</a>
This worked for me in my test
Hi @Shai_E
I had try to convert my send block from TEXT to HTML. I had insert the code but when I send the mail, there is no link.. is empty.
Can you send me your exemple please ? Like that, I can see how you have do that.
Thank you so much
Hi @Camille35 ,
Sure i would be glad to share it but you should note one thing about it, its a very simple example so depending on your setup it might not match.
Best Regards
Hi,
It work. I have replaced values by dimensions created in the application and it's ok.
Thanks a lot.