Hi All, I am generating a document using DOCX from dynamic template smart service but the document is not generating, error says that one of the field consists of "<" symbol. When I removed the symbol then it works. Could anyone please suggest if "<" symbol is supported in docx from dynamic template smart services.
Thank You
Discussion posts and replies are publicly visible
Hi
You could substitute the "<" symbol with "& l t ;" (remove the spaces) using substitute function in your data before you send it in the Dynamic Template smart service.
I would suggest to create a rule for general / commonly used HTML entities. You can find related replacement codes here.
Hope it helps !