Here’s a sample response body resulting from a chained request:
I would like my response body to only return the nested object that starts with “relationships” and ignore everything else. I think the answer is assigning the parsed data to an environment variable with an index reference, but I’m not certain on how to go about it. Also, would it be possible to just make the response return the parsed data?