Hi All,
I am trying to display a HTML document in interface. How can I do this any suggestions.
Thanks in advance
Discussion posts and replies are publicly visible
For example, if you have a variable named htmlContent that holds your HTML code, you would configure the Rich Text Display like this:
htmlContent
a!richTextDisplayField( labelPosition: "COLLAPSED", value: ri!htmlContent /* Assuming ri!htmlContent contains your HTML code */)
Note:docs.appian.com/.../Rich_Text_Component.html