- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-15-2022 12:26 PM
Hi,
How can I extract this "text":"nzur12345uap.XYZPROD.MSAD.XYZ.NET"?
Evaluator: com.glide.script.RhinoEcmaError: Cannot read property "0" from undefined
script : Line(33) column(0)
==> 33: gs.print(respJObj.data.result_sets[0].rows[0].data[2]);
{
"data":{
"now":"2022/02/15 16:50:48 GMT-0000",
"max_available_age":"",
"result_sets":[
{
"age":0,
"id":296900,
"rows":[
{
"id":1059534335,
"cid":3331268787,
"data":[
[
{
"text":"nzur12345uap.XYZPROD.MSAD.XYZ.NET"
}
],
[
{
"text":"Windows Server 2016 Standard"
}
],
[
{
"text":"1"
}
]
]
}
]
}
]
}
}
Thanks
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-15-2022 01:18 PM
Hi, heres an example:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-15-2022 12:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-15-2022 12:40 PM
Thanks, but would you mind explaning programmatically?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-15-2022 01:18 PM
Hi, heres an example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-15-2022 01:46 PM
Thanks
Evaluator: com.glide.script.RhinoEcmaError: Cannot read property "0" from undefined
script : Line(35) column(0)
==> 35: gs.print(respJObj.data.result_sets[0].rows[0].data[0][0].text)