Is it possible for RPL to insert a HTML markup value as HTML format, without transforming it as text
Is it possible for RPL to insert a set of HTML code which is stored in a field, without transforming it as text value?
For example, let's assume a pet table's field ('FIELD1') contains the following HTML code:
'<tr><td colspan="2" align="center" bgcolor="#ffcc0d" style="padding: 7px;"> THIS WEEK'S ITEM RANKING!!</td></tr>'
Then we call the 'FIELD1' data using RPL like this:
${TABLENAME.FIELD1}
Then, we see the HTML values as text, rather than HTML markup.
Is there any way to treat the value in a table field as HTML and insert
into email contents?
0