Extracting a variable from response array

Hey @mohammedattia

Would it not be something like this to get the first objects id?

bodyData[0].id

bodyData would be the array so the index would be part of that. I’m not really sure where the datax reference was coming from in your response body.

1 Like