Less than - smbc-digital/form-builder GitHub Wiki

This compares two integer value. If the field value is less than the comparison value it returns true

Syntax

 {
            "conditionType": "lessThan",
            "comparisonValue": 10,
            "questionId": "number"
 }

The above compares number to 10. If it is less than 10 returns true.