Two Simple rules stopped triggering

not yet :sob:

"100" < "99" == true “100” comes alphabetically before “99” therefore it is “less than”.

100 > 99 == true 100 comes numerically after 99 therefore it is “greater than”.

Using numeric.state took care of it, thanks for the help!

You could have fixed it 29 days ago… :slightly_smiling_face: :laughing: