Data / Logic
data/is_null
Is Null
Checks whether a value is null (or optionally blank).
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
value |
any | The value to check. |
Outputs
| Name | Type | Description |
|---|---|---|
isNull |
boolean | True when the value is null. |
notNull |
boolean | True when the value is not null. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
checkBlank |
boolean | false |
Also treat blank strings as null |