This doesnt allow me to access the children: key: people
While I was testing the data with a parse JSON module (with the direct output bundle from “get bedrijfsdata”) I was able to access the proper array with the “person_url”
Did you try putting a Parse JSON before the Iterator, and just put the {{2. data}} as the input? Then for the Iterator, feed it the relevant part of the output from Parse JSON
It would probably help for me to understand data structures a bit better, when there is no placeholder to directly select a nested object I get confused, I was able to directly target the people array with the nested objects like so:
{{2.data.people}}
Since this already is an array I dont need to use that toArray function obviously…
This usually happens when the module’s interface and samples weren’t supplied by the app developer. You could request that this is added in by opening a feature request.
this helps for sure, but for me is good to understand data structure too so im happy I found this out like this, it works for many modules with complex data structures in its outputs.
Maybe one more related question: If I want to target the full output bundle and its not in a sample, how could I hardcode this?