How to destructure an object - data raw

I have a difficulty. I have an API call that returns raw data. It’s not an array, I’ve already tried using map on it. From what I see, it’s an object. But I’m not able to use the values inside this object in another http request.

I’m sending screenshots to understand better


Screenshot 2023-10-02 at 08.27.30

You should be able to manually force a reference by using this in place:

{{17.data.accessToken}}

So your value field looks like this:

Bearer {{17.data.accessToken}}
3 Likes