@hkethireddy , If you want to check if the value is in between two given values, You have to first read values in an output parameter and then check the value. The conditions you have given will only work if the parameter already has value to compare with. For eg. I am checking if the Personal property is in between 20000 and 40000
My first step will be :
Second step
Third step
If value is 35000 it will execute this step, if value is 50000 it will skip this step.
Hope this helps!
Thanks,
PS