# IsNotNull (AnyValue)

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

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/Rduk6sp6kkUzGgE2if8E/0.png)

### **Example**

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

Where,

*val* = ABCDEFG

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/NIrOoBSvIQ9UpDlMbgmn/1.png)

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

<figure><img src="https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/SE79ybpJMjNs166PZyJc/2.png" alt=""><figcaption></figcaption></figure>
