I have a text tab assigned to a recipient and I’m prefilling its content when creating the envelope via Docusign API. I need to break the line using \n, but when I add this character in my text, the text tab shows it instead of breaking the line. I also tried \\n, but had no success.
How can I accomplish this?