I want to output the array of ‘employees’ from the code node so I can loop over and add them to a database. I’m unable to find a solution that works from the docs and I keep getting errors. Please help
Thanks a lot @Jon. This helped. However I noticed that when I attempt to use input from a node not immediately preceding the split out node I get an empty output
Yeah if you are splitting out the data we expect it to be from the node before it, If you wanted to go further back you would need to use a code node and manually write out a bit of code to get the data from the previous node and split it out into items.