Skip to content

fieldType Condition

8naama edited this page Jan 25, 2023 · 4 revisions

fieldType

  • path
  • type (One of the following: string,long, double, list, jsonObject)

Examples

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