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
Hello!I've been using the plugin, and everything is fine, but this time, I need a table to be displayed only when it contains information. I've tried using an IF statement within Word, but it seems that when the Appian process model is executed, it doesn't recognize the IF and displays the table. Code WORD: { IF "{ MERGEFIELD ${doc.project.showTable} \* MERGEFORMAT }" = "true" "Table" ""}
{ IF "{ MERGEFIELD ${doc.project.showTable} \* MERGEFORMAT }" = "true" "Table" ""}