Skip to main content

Greater

Vasyl MartyniukLess than 1 minute

The Greater condition type compares two values and returns true if the left expression is strictly greater than the right.

{
  "Condition": {
    "Greater": {
      "${DATETIME.Y-m-d}": "2018-11-03"
    }
  }
}

FYI!

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