Accessing data results in pagination script of data stream action
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 10:46 AM - edited 02-05-2025 10:51 AM
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