Hi,
I am getting an error while mutating the items. My string has contained almost every character including special symbols, URLs.
I am sure they are not parsed correctly due to special symbols like <> * $ # etc.
FYI I am using nodeJS and JSON.stringify() before mutating and I am mutating the data in the Text type columns. There is no problem if the string does not have any special character(items were added to Monday that does not have any special characters). I have tried replace method but it is not giving me satisfactory results; it’s is spoiling my whole format of the string.
So is there any solution to this?
*Error is :
{ errors:
[ { message: ‘Parse error on bad Unicode escape sequence: “{\\\“gr…n\\\”:\\” (error) at [2, 144]’, locations: [Array] } ]
Thank you!