I am using a WF to create a Word document (using a word template that has content controls) to print a form from a SharePoint list that includes the user responses when filling out the form. Everything works well except any multi-line text fields (with enhanced rich text). These all display the html along with the text in the content control and make it unreadable for most.
Does anyone know a way to strip the HTML from the text before displaying?
I've been experimenting with inline functions in Nintex like 'XmlDecode', but no luck so far.