Overview
This plugins allows to generate DOCX files from a DOCX template and an XML data model from Appian. It also allows to convert a DOCX into PDF through an opensource (with limited capabilities) library.
Key Features & Functionality
I am working on a document template with Advanced Document Templating and I need to apply bold formatting to specific cells in a dynamic table based on a condition. Does anyone have an idea how to do this? Thank you. I tried using an if, but is not working
«@before-row[#list doc.project.rowvalues »[#if d.@bolt == 'Y']<adt:bold>«${d.@name}»</adt:bold>[#else]«${d.@name}»[/#if]«@after-row[/#list]»