`

Rendering HTML on Caseoverview

If I want to display a variable that has text formatted as HTML, I need to enter:

<div dangerouslySetInnerHTML={{ __html: getVar('someVar') }} />

Alternatively, if I use in the variable table:

<CaseVariablesTab
title= 'Invoice received'
status = 'status'
rows = {[['emailBody']

]}
dangerouslySetValues = {['emailBody']}

/>

Anna Gernát Updated by Anna Gernát

Transpiling forEach to a for loop

Contact

Syca (opens in a new tab)

Powered by HelpDocs (opens in a new tab)