You can insert the value of a session storage variable key a field using the following variable:
#session_storage_get("name")
For example, if you have a key called “my_key”, you would use:
#session_storage_get("my_key")
If you want to load that value into a hidden field, you would add this variable to the Default Value of the hidden field, as shown below:

See also: