Greetings,
I'm getting an error when testing a create project in clockify from airtable new record trigger, but I don't know how to solve it:
Error code: 3002
JSON parse error: Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included in string value; nested exception is com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included in string value at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 1, column: 4]
The trigger is a string like: "SUMINISTROS-SEGURO-ESCOLAR-ANUAL- " What am I doing wrong? Thanks for your help.
I'm getting an error when testing a create project in clockify from airtable new record trigger, but I don't know how to solve it:
Error code: 3002
JSON parse error: Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included in string value; nested exception is com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included in string value at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 1, column: 4]
The trigger is a string like: "SUMINISTROS-SEGURO-ESCOLAR-ANUAL- " What am I doing wrong? Thanks for your help.