Hello, I have my data coming from DB and I am displaying it on Tempo

Hello,

I have my data coming from DB and I am displaying it on Tempo records. Now my data contains couple of HTML Tags. Out of that I just want to render <br>,<p> and <a href> tag. I am using below function to render <br> and <p>.

joinarray(apply(fn!striphtml,split(rf!ProcessInstanceDescription,"<br/>")),char(13))

Now I am not sure how to render <a href> , so i can create hyperlink on desired text. Could anyone please suggest the modification required in above code to achieve this?

Sample data coming from my DB is attached in the screenshot.

Thanks!...

OriginalPostID-132406

OriginalPostID-132406

  Discussion posts and replies are publicly visible