Facing Issue json parser
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 11:32 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have discovered the same issue. Any chance you found a solution?