Validate text fields

Certified Senior Developer

Hi Team,

how to validate below scenarios

a!localVariables(


i have A,B,C,D Values and

local!name,

if local!name = "X" then values should be A>B>C>D and if local!name = "Z" then it should validate A<B<C<D and in any other local!name value it should accept only numeric  values 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to udayasai

    this should be trivially easy to do using conditional logic in Appian expressions, i.e. by using nested if() commands, or using the and() command, or by potentially a few other ways. 

    Nobody here will really have the time to both try to figure out the subtleties of your use case and also come up with expression logic for you, particularly when we're a little fuzzy on what your exact desired logic is (since that would mean we could be wasting our time coming up with something completely wrong for what you're actually asking about).

    Instead if you could post some sample code for what you've already tried, and exactly how it's not behaving the way you expected, we're usually happy to help fix those sorts of issues.

Children