If I have an XML file with a child node for description of something…, can I format it using HTML tag ? I tried the example below and it did not work.
for example:
<description>
This is the description, I want to format this next word to be <B>BOLD</B>
</description>
in the dynamic text field, I turned on the option “render text as HTML”
what did I do wrong here ??? Please advise…