Hi, everyone.
I’m trying to send a text to the Description field -
Text = Hello\nWorld\n
The ‘\n’ is really ‘\n’ and not a special character.
How do I change the literal backslash + n ("\n") to a newline character?
Background - I parse the ticket and received
“Hello\nWorld\n”, I sent that response to the worknotes and it also shows the same “Hello\nWorld\n”.