Kuika's Get Is Dynamic Form Valid action is used to check whether a Dynamic Form element in the user interface is valid. This action is preferred to determine whether the required fields of the form have been completed correctly and in full. It is commonly used in applications that require form validation before processes such as registration, submission or calculation. For example, a user registration form may include mandatory fields such as ‘First Name,’ ‘Last Name,’ ‘Email Address,’ and ‘Phone Number.’ When the user fills out the form and clicks the ‘Submit’ button, the Get Is Dynamic Form Valid action is triggered, and all required fields in the form are checked to ensure they are complete and in the correct format. If the form is valid, the registration process begins; if not, the user is shown the missing or incorrect fields.
Technical Features
1. Adding a Dynamic Form Element
2. Define the Validation Action
3. Conditional Action Based on Action Result
A user fills out a dynamic application form and clicks the ‘Save’ button.
Technical Risks
The Get Is Dynamic Form Valid action is the basic validation mechanism that makes form-based transactions secure and controlled on the Kuika platform. It can be used effectively in conjunction with other actions to ensure that users enter complete and error-free data.