I'm still a little confused as to how this would work.
So the iterable will remain ordered after the join and I can then just split them, assuming I have initially ordered the iterables in to groups I can just use a split node [10,10] to split it in to two groups of 10?
If I use a function node is there a way to do the following. I have an identity node that is iterable. This uses the names of the subjects to grab the data with a datagrabber. Later on down the line can I then look at the identity node that it tells me the subject info if I use a join node? Can I do this so that I just plug the identity node in to the function along with the list that was created by join node? I'm a little confused as to how that would work... after the join node does it still make sense to have the identity interface as an input even though this would be a newly collated list of the inputs...
Thanks,
Tom