# IsNull (AnyValue)

| **Name**    | ***Is Null (Any Value)***                                                                                   |
| ----------- | ----------------------------------------------------------------------------------------------------------- |
| Syntax      | IsNull (Any Value)                                                                                          |
| Purpose     | To check whether a given value is null.                                                                     |
| Description | Returns true if the specified parameter represents a null value. This function accepts values of all types. |
| Return Type | Boolean                                                                                                     |
| Parameters  | val \[System.Object] – Expression that will be checked                                                      |

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2F4cKZ2KrmQ9ZbRRkAzF6C%2F0.png?alt=media)

**Example**

In this example, we will pass a NOT null value to the function transformation object using a *Variables* object.

Where,

*val* = ABCDEFG

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FHaEHMlKvesdswkc20sjZ%2F1.png?alt=media)

In the output, you can see that the Boolean value, False, has been returned. This means the provided value is NOT null. There is data present in the *Input* field.

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2F26DDRYX97O4Q9BRPFWFA%2F2.png?alt=media)
