Sequence of pipes - temporary store of Pipe Results?

Hi,

I use 2 pipes in a sequence. The results of Pipe 1 are the input for Pipe 2. Is there a way to implement this, WITHOUT storing the results of Pipe 1 in a Datatable? The results of Pipe 1 are just generated for the sequence, but at this moment I need to store them in the datatable in order to execute Pipe 2.

Regards,