Skip to main content
Fabled
Docs
Branch node

Branch node

Updated Jun 7, 2026

1 min read

A Node that picks one of two output paths based on a boolean Condition. Branch nodes are how Frameworks express if/else logic.

Also known as

if node
conditional node