Transcript Snippet
Use the Transcript snippet with the
If you set the Format property of the
DYNAMIC mytranscript
ASSIGN transcriptHtml = '{mytranscript.messages}'
If you set the Format property to JSON, use this snippet:
DYNAMIC mytranscript
ASSIGN transcriptJson = '{mytranscript.messages.asjson()}'