The following is part of an output from a weather API and I'm trying to figure out how to split it.
payload.timelines.minutely[0].values.temperature
The [0] is just one of the array - it goes from [0] to [60] and I'm sure there some simple node or function that will replace the number - [0] - with a variable - [ x ] - and iterate the output of all the data from 0-60, but I can't figure out how to do that or what the formatting should be for the [ ] part to make Split node work (or a function of some kind).
Thanks.