Skip to main content

$null

The $null operator returns the null value.

Input

  • No parameters required

Output

  • The null value

Examples

Basic Usage

Result: null

Using in Conditional

Result: The result field if status is “pending”, otherwise null