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

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.

Virtual Assistant