Hi Team,
I have built an application in Appian. In my interface, I make a tab called comments. When a user is giving any link(e.g:- www.google.com) on the comment. it is coming as an plain text. There is no hover or hyperlink on it.
How to keep a hover on a link automatically? Could you please suggest?
Discussion posts and replies are publicly visible
Hello kundank0001,
If you are giving the value from your existing data, you can add a a!safeLink() using a!richtextdisplayfield().
You wont be able to let users comment and get a link from a paragraph field. You need to use fn!richTextField() or fn!richTextEditorField(). Please try that.
I hope this will give you a way to do what you want.
Thanks, Konduru. I will try it