We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Accessing data results in pagination script of data stream action

andymcdonald
Mega Guru

I have a data object coming as such:
{

  next:....,

  count:....,

  previous:...,

  results: [
    {...},

...

    {...}

  ]

}

 

I am trying to access an element in the results array without success.  

--> json expressions $.results and $.results[0].<element> both fail

--> $.results seems to be empty, like it has been stripped out.

 

Is there anything I can do to make this work?

0 REPLIES 0