> > 5. Is there a way to acknowledge separate inputs to a given node as > > being two separate paths (right now it does not look like this is the > > case)? > > You could do this... sort of. You can run data though a Flatten > component before you plug it into another component. The Flatten > component allows you to specify a flattening path. Just pick a > different path than the other stream, and they will end up as two > branches.
Thanks for this David. Just played around with it and looks like this is a work around for constructing some basic trees. In the long run though, an "Acknowledge multiple inputs as paths" tag on a node would be desirable. -Damien
