Hey guys,I am exploring the validations stuff in the interface in appian.I have 2 text fieds in the interface, I have set up validation on the 2nd text box, if the 1st text box value is equals to Hi then I am showing a validtion on the 2nd text box.So here, If I enter Hi in the 1st text box then validation is showing up only when I enter something in the 2nd text box.
Validation was not showing whenever I enter Hi in the 1st text box and levaing the 2nd text box empty.Let me know If I am missing anything here.Thanks in advance.
Discussion posts and replies are publicly visible
Validation/Required/Saveinto these all will get triggered after user interacted with the element/field. If there isn't any interaction Appian will not evaluate these parameters in your code.
that's not precisely true, at least for the second text field validating when the user enters something wrong in field 1. you'll find, if (for example) a non-null default value was set for the value of field 2, that the original scenario would work as the original post describes.
Thanks Mike Schmitt Venkat Avuluri Yashwanth Akula for your responses