Forum Discussion

Max's avatar
Max
New Contributor II
2 years ago
Solved

Combine datasets from different stored procedures into one output

Hello, I have a pipeline that uses two different stored procedures. The issue I'm having is that I need to incorporate the output of the second stored procedure (ranges) into every object of the fir...
  • koryknick's avatar
    2 years ago

    Max - what you're asking for is a Cartesian Product between the first and second outputs - basically every record from one path combined with every record from the other.  You can do this using a Join snap configured as follows:

    Hope this helps!