Hi Pabbly Experts,
I have an API returned with the following JSON response:
However Pabbly could not process such linebreak data and results in the error:
SyntaxError: Invalid or unexpected token
Tried with Text Formatter with no avail as well.
Any pointers?
I have an API returned with the following JSON response:
JavaScript:
const response = [{"text": "This is a sample\nwith newlines\nand more."}]
However Pabbly could not process such linebreak data and results in the error:
SyntaxError: Invalid or unexpected token
Tried with Text Formatter with no avail as well.
Any pointers?