With Kuika, you can add Validation to the elements used for data entry in the application development process.
This training content consists of the following topics:
The elements used for data entry allow the data to be entered according to the standards defined by the developer. In addition to this, checking and verifying the correctness of the entered data in different dimensions can be provided through Validation.
Validations, which decide whether a conditional action will work or not and work exactly the same as the condition structure, allow you to build logic that will produce results with the validation types used by Kuika, and ensure that the data is entered error-free by the end user.
For example, in a scenario where you want to ensure that a text input box element is not left blank, you can do so through Validation.
Open the Properties panel of the element that you want to add validation to and that allows data entry.
Click the ADD VALIDATION button at the bottom of the Properties panel.
In Added Validation, select the validation type for the element.
Define standards via Symbol Picker specific to the validation type (only valid for some validation types).
Then complete the validation creation by creating the Invalid Message that will be shown on incorrect input by the user.