I'm working on a scenario to export one of our forms to a Word template document. It's was working pretty nicely until it came to one of the custom fields that contains rich text.
Is there a way to have the rich text export to the Word Template as it is coded? If not, I know it is JSON coding, and I am trying to parse it so it can be removed but how can I then combine
all the collections into one variable so it can all be exported to Word as one field?
Thanks in advance!!