Skip to main content

Flow Editor – Where Workflows are built

Upon opening a new workflow, you will see the Flow Editor (as below) as a blank Canvas. The Flow Editor is the core workspace in Intellectible where users design and manage automated workflows. It provides a visual, node-based interface that allows users to create complex automations without writing code.

The Flow Editor allows users to:

  • Create workflows using a drag-and-drop interface.
  • Connect nodes to define how data moves through a process.
  • Trigger AI processing, document actions, and integrations with other tools.
  • Debug workflows by testing individual steps in real-time.

Flow Editor

Key Components of the Flow Editor

ComponentDescription
CanvasThe main workspace where nodes are placed, connected, and arranged to form workflows.
Flow & Form Editor SelectorSwitch between the Flow Editor, Form Editor, and Settings.
Side BarProvides quick access to the home screen, projects, and user settings.
Support & UserDisplays user profile settings and access to support resources.
Starting NodeEvery workflow begins with a Start node, which defines the entry point of automation.
Flow & Subflow SelectorAllows users to switch between different flows within the same workflow or add a new flow.
Node Settings AdjusterDisplays settings for the selected node, allowing users to adjust configurations.
Run ButtonExecutes the workflow in test mode, allowing users to check if it works correctly.
Best Practices for Workflow Design
  • Keep workflows modular – Break complex processes into smaller sub workflows.
  • Use variables efficiently – Reduce redundant processing by storing intermediate results.
  • Test frequently – Run workflows in stages to catch errors early.
  • Label nodes clearly – Make workflows easy to read by using descriptive names.