Skip to content

Or Operator

Refael Mizrahi edited this page Jan 27, 2022 · 3 revisions

or [array]

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