Let’s say I route scenario trigger to 2 text parser modules that generate some outputs.
I need to use both outputs in next module (lets say Google Calendar/Create an Event).
Make only allows connecting 1 input module. What am I missing?
Is there something like a reverse of Router - i.e. Join?
William may well be correct about you not needing a “converger”.
However, for situations that DO require it, here’s one solution…
This example shows a split route doing work and saving the output, then a third route gets the previously save data and does more work: