Run different flow per scenario run

Hi

Is there a way of having two flows in a scenario, where the first couple of operations are the same but then it splits into two different flows, where it changes the route each time a scenario is run

Yes, you can easily do this if you have a “Current bundle position” variable either from a search module or an Iterator module.

All you need is to use a modulo operator in a filter.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Do you know if there is a way of letting one side of the flow run 5 times and the other once?

Yes, the modulo operator will also allow you to do that.