Flow condition within specify range

i wanna write a code using gateway and within flow condition like “0<value<50”. But i am getting a warning(Unknown property used in expression) when i use it as (${value>=0} && ${value<=39}). please can you help me how can i solve that?

Could you please try that
${value>=0 && value<=39}