Check if Value is Present or Empty (null)
Check if the provided value is empty. If the value is an empty string or the value is null the empty action output will be true.
Action Inputs
| Name | Type | Description |
|---|---|---|
| Value | Object | The value to check |
Action Outputs
| Name | Type | Description |
|---|---|---|
| Empty? | Boolean | Whether the value is empty or not. Empty is defined as an empty string or null |