JasonBiniewski
5 years agoQrew Trainee
RESTful API - Muliti-Line text field: what is the newline character?
I'm attempting to send a newline character as part of the JSON but it doesn't seem to be working. From Quick Base API Portal docs, Multi-Line-Text indicates /n is the newline character.
Here's the JSON snippet from my script
Here's what it looks like in Quickbase
------------------------------
Jason Bini
------------------------------
Here's the JSON snippet from my script
"63": {
"value": "Additional Services: 0 /n Network Services: 0 /n Mgmt Solution: 0 /n # of Buildings: 0 /n Additional Network Info: 0"
},
Here's what it looks like in Quickbase
------------------------------
Jason Bini
------------------------------