Continuing our discussion on error handling and routing in scenarios, we’re introducing Fallback Routes – a new safety net for your automations!
A fallback route processes data that doesn’t fit the condition of all other routes.
How does it work?
- If at least one primary route is successful (
true
), fallbacks will not execute. - If a primary route fails (
false
), Fallback Routes are triggered automatically. - You can add multiple fallback paths, and all of them will activate if the primary condition is not met.
Data routing has never been this convenient!