NickGreen
7 months agoQrew Member
Pipeline Make Request - Return Make Request JSON Output into fields
** Update: I managed to retrieve the ticket ID by using {{c.json.ticket.id}} The only one which remains is to do the same for the users, though that is not reading the value when formatting the jin...
- 7 months ago
The data is generally stored inside c.body_params or sometimes c.body_json , you can post your entire log , then it would be easier to make out
To access the data inside the array , assuming only 1 value is coming you need to do access object inside index[0] ->
c.body_params.users[0].id or
c.body_json.users[0].id
You can post your json here
https://www.site24x7.com/tools/jsonpath-finder-validator.html