Node red 2.0.6
After an API change my data that I'm feeding into the split node has changed. Now I can't get it to split into separate messages.
The data I am trying to split is shown here
I want to separate out the array with 15 objects so I have separate messages containing startTime and the associated values.
At the moment all I get is a single message showing me the content of the "data" object.
Thanks for looking.