90
Views
9
Comments
Anchor tag is not getting converted into link
Question

I am sending a email, where i am using anchor tag in the body of email. While sending a email, also downloading it. In download anchor tags remain as text. Is there a way to render it appropriately. 

2024-06-19 07-19-32
JitendraYadav

Hi Virat,


are you using the OutSystems email template? if yes it should work using the link button.


Can you please share a snap or sample OML file.

2016-03-03 04-22-31
Alefiya Ali

Hi Virat, 

If you are using the Outsystems Email template, they are HTML Encoded. You can try using EncodeHTML() function explicitly.

Thank you

UserImage.jpg
virat kohli

Alefiya Ali wrote:

Hi Virat, 

If you are using the Outsystems Email template, they are HTML Encoded. You can try using EncodeHTML() function explicitly.

Thank you

I already used it not working.


2026-02-26 06-29-24
Rahul
 
MVP

Hi Virat,

 Look below image here is link and custom anchor tag.

if you are using link in expression set escape content "No"

Regards

Rahul Sahu

UserImage.jpg
virat kohli

Rahul Sahu wrote:

Hi Virat,

 Look below image here is link and custom anchor tag.

if you are using link in expression set escape content "No"

Regards

Rahul Sahu

We already have body format, when we click on mail button then in server action we need to change the placeholdera mentioned in body that is done by assign statement. So anchor placeholder is also replaced by 

<a href=''>number<\a>

The above was not getting converted into link when it gets downloaded.



2024-06-19 07-19-32
JitendraYadav

use html container and put the same anchor tab inside.

UserImage.jpg
virat kohli

JitendraYadav wrote:

use html container and put the same anchor tab inside.

Then how i will replace with placeholder while assigning.


2026-02-26 06-29-24
Rahul
 
MVP

Hi Virat,

Please share oml or some images of your code.


Regards

Rahul Sahu

2026-02-26 06-29-24
Rahul
 
MVP

Hi Virat,

Find attached sample oml . this is possible ways to make Links.


Hope this will help you.

Regards

Rahul Sahu

Email.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.