Implementing Form Validation
Various validations can be set for inputs.
Inputs with validations set can utilize a parameter called invalid
.
invalid
monitors the input in real-time, making it useful in scenarios such as disabling a button based on input validity. You can use it like {{ input1.invalid }}
in [Conditions to Disable] for a button.
Additionally, if a dataflow references an input with set validations, it checks before executing and will result in an error if the conditions are not met.