Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Accessing data results in pagination script of data stream action

andymcdonald
Kilo 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