This component allows you to create a decision tree. The decision tree is controlled by a flow-like structure. Each node in the tree represents a decision point and can lead to one or more subsequent nodes based on specified conditions.
This image show all node in system
You can directly interact with the flow using the following actions:
Each node has the following settings:
Each node has the following actions:
The component start with a root node. The root node is the first node of the decision tree. It is the only node that has no parent. The root node is always selected when the component is loaded.
The component has the following actions:
The curent node is displayed in the component next to the actions.
Using the debug menu, you can jump to any node in the decision tree. This is useful to test the different branches of the decision tree.
In this example, we create a decision tree to make an onboarding process.
The app is available on the Hub: On boarding example
Advanced tutorial at:
Create your own TypeForm-like dynamic form and embed scripts & flows
For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:
The app editor is a low-code builder to create custom User Interfaces with a mix of drag-and-drop and code.
Learn how to build your first app in a matter of minutes.
This component allows you to create a decision tree. The decision tree is controlled by a flow-like structure. Each node in the tree represents a decision point and can lead to one or more subsequent nodes based on specified conditions.
This image show all node in system
You can directly interact with the flow using the following actions:
Each node has the following settings:
Each node has the following actions:
The component start with a root node. The root node is the first node of the decision tree. It is the only node that has no parent. The root node is always selected when the component is loaded.
The component has the following actions:
The curent node is displayed in the component next to the actions.
Using the debug menu, you can jump to any node in the decision tree. This is useful to test the different branches of the decision tree.
In this example, we create a decision tree to make an onboarding process.
The app is available on the Hub: On boarding example
Advanced tutorial at:
Create your own TypeForm-like dynamic form and embed scripts & flows
For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:
The app editor is a low-code builder to create custom User Interfaces with a mix of drag-and-drop and code.
Learn how to build your first app in a matter of minutes.