Fluxyn Docs
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

  1. A trigger starts the run.
  2. Downstream nodes receive the current values.
  3. Some nodes update only the current run.
  4. 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.

On this page