Appian expression rule strange behaviour

Certified Associate Developer

Hello,
Consider the following test code:

a!localVariables(
    local!Torerance_Name:"Mean",
    local!test_0: and(
        local!Torerance_Name = "Mean",
        "15.0"
    ),
    local!test_1: and(
        local!Torerance_Name = "Mean",
        "8.2"
    )
)


Here test_1 has value : false and test_0 has value true.
What is the cause of this? Please find the screenshot as follows:

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data