04.4.6.9 Get from Key-Value Storage
![](/img/notion/67702248-b1da-4461-bdd5-282113e145dd/Untitled.png)
Node Description
Get from Key-Value Storage - an action-type node is required to retrieve, from the storage, a value previously recorded using the Put to Key-Value Storage node.
Node Configuration
To configure the Get from Key-Value Storage node, required fields, UUID and Key, need to be filled out.
![](/img/notion/679cf115-cd7f-4ec9-9f6f-fbba77752287/Untitled.png)
UUID
Input field for the identifier. The identifier can be obtained by following the link and copying the generated value.
![](/img/notion/4626b484-39bd-44f7-9d5f-b69618db9805/Untitled.png)
Key
Input field for the key, which is the name of the previously recorded variable.
Example of launching a node
To obtain the value, it is necessary to execute the Get from Key-Value Storage node with the parameters:
- UUID - a unique identifier;
- Key - Value.
If the key does not exist, for example, if the variable's lifespan has expired, the result of executing the Get from Key-Value Storage node will be null
.
![](/img/notion/3e8d396f-65f7-4548-8dc2-5f336ac0ad3b/Untitled.png)
The result of node execution is the value of the previously recorded variable:
![](/img/notion/cbfb01a1-b71e-4e41-ae19-ea631c67f13b/Untitled.png)