the EdgeSplit operation in this example does what you want:
you start with an empty Spread or SpreadBuilder that you input as an accumulator and then use the Add node whenever you have a new element. when the loop is finished the accumulator output of the loop will contain the Spread with all elements…