Convert string into if condition

Hey @Lidor_Markovich,

There you cannot campare two string with < or > signs, if you are getting that numeric value in the form of string you can convert those values to int32 and do the comparison.

Use string.contains or str.equal methods.

Thanks,
SANJIT