JSON parse error illegal character
Status: Closed · Asked by amartin on · 0 views
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.
Hey @amartin
Can you please share the registered email address in which you have created the workflow so that we can look into it and can guide you accordingly?
Thank you, @Supreme. I'm new in this community.
[email hidden]
Hey @amartin
In the action step, you need to pass some value in the "Project Estimate" field, as we have mentioned 0 and it works.

That worked very well.
Thank you!