Skip to content

exists Condition

Naama Bendalak edited this page Jun 27, 2024 · 4 revisions

exists

  • field

Example

{
  "steps": [
    {
      "if": {
        "condition": {
          "exists": {
            "field": "field_name"
          }
        },
        "then": [
          {
            "<processoror statement>"
          }
        ]
      }
    }
  ]
}
Clone this wiki locally