Screens
Screens are nodes responsible for displaying information to the user. They are analogous to a mobile application screen.
1. Screen (Standard)
The base node for displaying a message.
Contains: - Title - Message text (with formatting support) - Optional image - Keyboard (buttons are added separately) - Keyboard show/hide settings - Display queue
ℹ️ Connection with other nodes is established exclusively through buttons.
2. Screen: Share Number
A specialized screen that by default contains a "Share phone number" button.
Upon clicking the button, the phone number is transferred to the target variable key. It connects according to a special scenario through the number retrieval entry point.
3. Input Field
A node waiting for text input from the user.
Contains: - Target key (variable name) - Input type (e.g., phone) - Trim spaces option
After entering a value, it is saved to a variable and passed further down the chain.