> For the complete documentation index, see [llms.txt](https://utca.knowledgator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utca.knowledgator.com/base-actions/setvalue.md).

# SetValue

Subclass of [**Action**](/core/action.md). Type: [**Action**](/core/action.md)**\[Dict\[str, Any], Dict\[str, Any]].**

## Module: [core](/framework-structure.md#core)

## Methods and properties

Main methods and properties

***

### <mark style="color:blue;">\_\_init\_\_</mark>

#### Arguments:

* <mark style="color:orange;">**key**</mark>**&#x20;(str):** Key for which new value will be seted.
* <mark style="color:orange;">**value**</mark>**&#x20;(Any):** New value.
* <mark style="color:orange;">**name**</mark>**&#x20;(Optional\[str], optional):** Name for identification. If equals to None, class name will be used. Defaults to None.

***

### <mark style="color:blue;">execute</mark>

Set new value to key

#### Arguments:

* <mark style="color:orange;">**input\_data**</mark>**&#x20;(Dict\[str, Any]):** Current data.

#### Returns:

* **Dict\[str, Any]:** Updated data.

***

***
