Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Facing Issue json parser

Not applicable
 

I’m getting data from a REST call, and I’m passing the output of the REST response as the source in a JSON parser inside an action. Then, I need to insert that data into a table.

Getting the JSON from REST.
Getting the JSON parser output.

However, I'm not able to access the data because it is in an object format, not an array of objects. When I put the root in a column, the whole object gets inserted into the column.
But if I try to map individual values, I’m not able to drag and drop the data pill.

Can you help me fix this?

1 REPLY 1

Jason P_
Tera Contributor

I have discovered the same issue.  Any chance you found a solution?