Triggering multiple routes in a router - possible - yes/no?
Status: Closed · Asked by Anders Nielsen on · 0 views
In a session I want to trigger multiple routes of a router in the same run. Is this not possible?
Hey @apps
The Router action step will process the route condition one by one and if the condition is true of all the routes it will process the routes in a fraction of a second.
Ok, so the answer is "Yes, it can trigger multiple routes at the same time"?
It's funny because I could not make this work. However I deleted the route since then. But will try it out next time if you can confirm if the answer is Yes, it can trigger multiple routes at the same time"
It's funny because I could not make this work. However I deleted the route since then. But will try it out next time if you can confirm if the answer is Yes, it can trigger multiple routes at the same time"
Well in a different way you can create all the router condition that turns true and make all the routers work at the identical time one by one.
Ok, thank you!