And Operator - logzio/sawmill GitHub Wiki

and [array]

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