Continuing a Scenario after Router completes regardless of which branches fired

:bullseye: What is your goal?

I am trying to pass machines on a deal in hubspot through to a powerpoint template to auto-populate the template with the quoted items from hubspot.

:thinking: What is the problem & what have you tried?

I have a Router with 14 branches. Each branch has a filter and sets variables. Only 2-3 branches will fire on any given run, depending on the number of machines being quoted on the deal. How do I continue the scenario after the Router completes, regardless of which branches fired? I need to use the variables set in whichever branches fired in a subsequent HTTP POST module.

I can’t seem to continue the scenario past the branches from the router. The scenario fires as far as all of the branches and then stops. How do I connect these 14 branches to the next module to move forward? I have tried a Text Aggregator with Source = Router, placed on 1 branch (only fires if that one branch fires because that machine is on the deal). I have tried a Text Aggregator with an empty text field (stops silently). I have tried placing subsequent modules on branch 1 - but it stops if the machine on branch 1 doesn’t fire.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hey there,

add a new route without a filter on it. Make sure its the last in the router settings so it will always fire last after all the rest had a chance to execute.

Thanks, I’ll give this a try!

so I did this, and indeed I was able to have the remaining modules in the scenario fire successfully…however, the data I’m trying to collect and filter to push out to the powerpoint quote template isn’t going anywhere because only the last branch without the filter is now passing info to the remaining modules…so I think I’m back at square 1 :smiley:

You add a get multiple variables module and retrieve the variables that have been set in the other routes.

What are these set variables setting anyways? If you are changing the value of a variable based on different inputs, then maybe you are looking for a single switch module and not this router spiderweb?