Why these Enumerations are not working.
-
I created this enumeration and called it right way. but it does not return true in the condition blocks, why is that ?.

.
.

-
Probably because you are using Text, use numeric
-
Right Operand should be text shouldn't ?.
-
No both are numeric, although it is text, in enum the text is recognised as a number 0,1,2,3 etc from your {list}
-
got it brother