Skip to content

Or Operator

Shira Itzkowitz edited this page Jul 14, 2025 · 4 revisions

or [array]

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