Skip to content

And Operator

orbenharosh edited this page Dec 20, 2023 · 4 revisions

and [array]

{
  "steps": [{
    "if": {
      "condition": {
        "and": [{
            <condition>
          },
          {
            <condition>
          }
        ]
      },
      "then": [
        {
          <processor or statement>
        }
      ]
    }
  }]
}
Clone this wiki locally