Logic flow
The Logic flow tab is where you define the logic of your app when it is loaded by linking one or more actions to the On launch event.

The Logic flow tab has a:
-
Viewport to set up the app's logic by dragging and dropping elements into position. The viewport has the following controls:
-
Zoom in/Zoom out
-
Fit to the content
-
Properties section that shows the available properties for the selected event or action.
Events
The following events are available:
- On launch: Defines what happens in the background of your app.
Actions
The following actions are available in the Logic flow section:
- HTTP Request
- Toast
- Dialog
- Trigger flow
- Change screen
- Reset
- Field validation
Logic control
The following logic control nodes are available:
- If: It allows you to apply a conditional statement to any event or action where a specific outcome is determined by whether the condition is true or false.
See Logic drawer for a description of each event, action and logic control.