Displaying a HTML formatted string in a portlet

We have a scenario where we need to display a string containing html tags which is returned by a flow service in a portlet. Surprisingly I do not see any output control supporting this. The ‘Include Html’ control needs a file reference and doesn’t take string as an input.

Any help would be appreciated.

Just use the “Output > Text” control and set the “Escape” control property to false".

NOTE: If you turn off html escaping for the text, then it is up to you to ensure that the content you are displaying is well formed and does not contain any malicious scripts.