Not Operator - logzio/sawmill GitHub Wiki

not [array]

{
  "steps": [{
    "if": {
      "condition": {
        "not": [{
            <condition>
          },
          {
            <condition>
          }
        ]
      }
    },
    "then": [
      {
        <processor or statement>
      }
    ]
  }]
}
⚠️ **GitHub.com Fallback** ⚠️