Environment Details
Cause
When using
Expert Mode: Treat text as Raw PCXML in the Report Text tool, the first field used from a text input field only renders as the field name and not the value.
<htmlpassthrough>
<![CDATA[
[id:A]
[first_name:A]
[last_name:A]
<p>This is dummy data</p>
]]>
</htmlpassthrough>
Result
Resolution
The current workaround is to add an arbitrary available field, then comment it out.
<htmlpassthrough>
<![CDATA[
<!-- [id:A] -->
[first_name:A]
[last_name:A]
<p>This is dummy data</p>
]]>
</htmlpassthrough>
Result