How To Connect Two screen nodes in a Workflow?
Right-click and drag on the blue box of the the first Screen Node (the Screen Node from which you want to connect it from) and connect it to the blue box of the second Screen Node (the Screen Node to which you want to connect it to). You will notice that a curve line has formed on the screen, which implies that the two Screen nodes have been connected.Components
Components are UI elements that can be used to design the screen of the mobile app. There are over multiple UI components in ERPLite with which our users can design really powerful applications easily. UI Elements are higher order ready made components with which development of a screen becomes very easy. For eg., for a user to collect images from the app or show a map location, all they have to do is to drag and drop the component into the app screen and change the configurations on the config tab.Component Configuration
Each component has its own way of configuration. For eg., a text display component only takes a text as an input. Whereas the camera component has options to specific collection mode via camera or gallery, no of images that need to be collected and many more.Working with data
Components can both read from and write to data fields:- Read: Display components pull values from data fields
- Write: Input components save user entries to data fields
Screen Properties
| Property | Description |
|---|---|
| Screen Name | Identifier shown to users |
| Description | Internal notes about the screen’s purpose |
| Components | UI elements on the screen |
| On-Load Automations | Actions triggered when screen loads |
For AI Agents
Screen Node Structure
Component Types
UI Components
| Component | Location | Purpose |
|---|---|---|
| ScreenNodeEditor | /src/views/workflows/nodes/ScreenNode/ | Screen node configuration |
| AppBuilder | /src/views/appBuilder/ | Visual screen designer |
| ComponentPalette | /src/views/appBuilder/ComponentPalette/ | Draggable components |
| ComponentConfig | /src/views/appBuilder/ComponentConfig/ | Component properties |