JSON parse error illegal character

Status: Closed · Asked by amartin on · 0 views

amartin — Question ·

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.

Pabblymember11 — Reply ·

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?

amartin — Reply ·

Thank you, @Supreme. I'm new in this community.

[email hidden]

Pabblymember11 — Reply ·

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.

amartin — Reply ·

That worked very well.

Thank you!

Back to all forum threads · Log in to reply