Skip to main content
The major AAM release is live! For questions or concerns, visit the Release Page.

GreaterOrEquals

Vasyl MartyniukLess than 1 minute

The GreaterOrEquals condition type compares two values and returns true if the left expression is strictly greater or equals to the right expression.

{
  "Condition": {
    "GreaterOrEquals": {
      "${HTTP_POST.amount}": 50
    }
  }
}

FYI!

AAM performs the literal comparison outlined in the PHP Comparison Operatorsopen in new window section.

Virtual Assistant