Skip to content

Greater than equal to

elena-secara edited this page Jul 30, 2020 · 1 revision

Greater Than Equal To

Syntax

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

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

Clone this wiki locally