2 Flowchart and Flowchart Controller
What is a Flowchart?
Flowcharts allow you to create logic with a more visual programming approach using nodes and connections.
Nodes represent conditions, actions, functions, or other operations
Connections show the flow between nodes
Decision nodes create branching paths based on conditions
You can have multiple execution paths running simultaneously
Flowchart Controller
Flowchart Controller is an invisible object used to:
Store and manage flowchart states
Track which nodes are currently active
Set data
Check-Check
Download Step
Download completed example file for this step
Flowchart and Flowchart Controller
Last updated