# Set Active

## Overview

![The Set Active Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-0ddb50cd9e6c8cfafe3f36932f051f7980bbfef2%2Fsetactivenode20241.png?alt=media)

**Set Active** activates or deactivates a **List** **Object** in a **Scene**. It accepts a **List** **Object** and a **Boolean** value `Is Active`. If `Is Active` is *true*, then the **List** **Object** is activated otherwise, it is deactivated.

[**Scope**](https://docs.incari.com/incari-studio/overview#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Set Active Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-795e673cda009c0e9de5bfc98d882390db5f1a43%2Fnode-set-active-attr.png?alt=media)

### Object

| Attribute | Type         | Description                                                                                                              |
| --------- | ------------ | ------------------------------------------------------------------------------------------------------------------------ |
| `Object`  | **ObjectID** | The target **List** **Object** you wish to activate or deactivate, if one is not provided in the `Object ID` **Socket**. |

### Input

| Attribute   | Type     | Description                                                                                                                                         |
| ----------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Is Active` | **Bool** | A default **Boolean** switch, which activates and deactivates the **List** **Object**, if no value is provided to the `Is Active` input **Socket**. |

## Inputs

| Input             | Type         | Description                                                                               |
| ----------------- | ------------ | ----------------------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.                     |
| `Object ID`       | **ObjectID** | The target **List** **Object** you wish to activate or deactivate.                        |
| `Is Active`       | **Bool**     | If `Is Active` is *true*, the **List** **Object** is activated, otherwise is deactivated. |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**List**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2025.1/objects-and-types/scene-objects/list-widget.md)
* [**Generate List**](https://docs.incari.com/incari-studio/toolbox/incari/list/generate-list)
* [**Previous List Entry**](https://docs.incari.com/incari-studio/toolbox/incari/list/previous-list-entry)
