Insert Line Breaks into Description

Goldfish
Giga Contributor

I am using the REST API via Powershell to create event tickets and want to get line breaks in there to make it readable.  I have tried the following all to no avail:

 

"Description" =  "line1`r`nline2"

"Description" =  "line1\nline2"

"Description" =  "line1\\nline2"

"Description" =  "line1<br/>line2"

 

Can anyone advise what delimiter the SNOW API uses as a line break?

0 REPLIES 0