The organization I'm working with recently had their Appian environments upgraded to 26.3 and it appears that the documented method for passing formatted text to the MS Word template using the MS 2007 Word Doc from Template smart service no longer works. Before the upgrade, when passing text to the template via the smart service, all newlines (char(10)) were replaced with the Word ML tag <w:br />, which would allow the formatting in the replacement text to be preserved. However since the upgrade, the formatting is lost and the <w:br /> tag is visible in the generated document. Using other formatting characters like <br/> or char(10), char(13) doesn't seem to fix this, how to we proceed from here?
Discussion posts and replies are publicly visible
Please open a ticket in myAppian. Support can fix the issue without needing a restart. The issue is well known and has already been addressed and resolved
Would you be able to post a screenshot of where the toggle option is located? Our organization's Appian instances have all been upgraded to the latest Hotfix for 26.3 and I'm unable to locate the XML characters escape toggle option described in the release notes.