[
{
"data": {
"competition": {
"clubs": {
"nodes": [
{
"name": "Club1",
"ready": false,
"subscriptionsCount": 729
},
{
"name": "Club2",
"ready": true,
"subscriptionsCount": 3152
}
]
}
}
}
}
]
When I use {{$json["data"]["competition"]["clubs"]["nodes"][0]["name"]}}
it obviously only returns irst item, when I want it to return all items with their "club:
Hey @Arno_Nel, so you want to extract all items under nodes
? This would be a job for the Item Lists node.
If you set the Field To Split Out to data.competition.clubs.nodes
, you would get this result:
Is that what you had in mind?
Perfect, thank you
1 Like