Insert Line Breaks into Description
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 10:57 PM
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