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
Known 26.3 regression with the legacy MS 2007 smart service. <w:br/> is being escaped instead of rendered.Log a case with Appian Support.
Facing similar issue after 26.3 upgrade. We are on cloud and have the latest hotfix 26.3.240.0 applied to our environment. What reference can I provide to Appian Support to address this?