Forum Discussion
ChrisAdams
4 years agoSuper Contributor
You could try....
log.info(data.Info.edges[0].node.info[0].Devices[0].Id);zokirsalomov
4 years agoOccasional Contributor
Hi ChrisAdams , thanks for you answer, this returns [null]
- ChrisAdams4 years agoSuper Contributor
Hi,
OK, there is another very similar thread on this forum. I suggested adding one item at a time...
log.info(data) log.info(data.Info) log.info(data.Info.edges) log.info(data.Info.edges[0])This might show where we have gone wrong in navigating the object.