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] } ]
I believe itâs the <> characters that are preventing you from sending that string to our platform. However, itâs difficult to know for sure given the limited information in this post.
Can you post an example of what youâre trying to do, so we can take a look? Are you sending the string as the item name, or in a column value?
For your reference, < and > are not characters that are allowed in item names (they donât work in the GUI either).
Hey @sk09, since you cannot share your code here can you send us an email at support@monday.com? That will be a more private channel and we can take a look.
Please include the data that you are trying to post as well as the relevant code snippet to show us what youâre posting to our API. Thanks!