JSONTEXTTOHTML

Converts formatted text widget content to HTML markup.

Syntax

JSONTEXTTOHTML(jsontext)

  • jsontext - the text from a text widget which should be converted to HTML markup text - Value type: text

Remarks

  • This function is the reverse function to HTMLTOJSONTEXT, converting the content of a text widget into an HTML markup representation.

  • A common use case is to provide end users with the option to specify the body of an email using formatted text in a text widget.

Last updated