Guides
Flow Builder Basics
Learn how nodes, paths, and variables work together in the canvas.
A Fluxyn flow is built by connecting nodes from left to right.
Common node groups
- Triggers start the flow.
- Data nodes shape or store values.
- Logic nodes branch the path.
- Network or Coding nodes send data or run custom logic.
- Utility nodes help with timing, debugging, or runtime control.
How a flow runs
- A trigger starts the run.
- Downstream nodes receive the current values.
- Some nodes update only the current run.
- Some nodes, such as Set Properties, also update page state for future events.
Helpful habit for beginners
Start with a simple path first:
- trigger
- transform or debug
- destination
Then add branching only when you know the basic version works.