Looks pretty straightforward..
to save something use the action:
Localstorage - set item "" to ""
to load something use the action:
Localstorage - get item
to use the loaded item you will have to add an event:
localstorage on item get - and add your action
the action could be something like : set global variable to LocalStorage.ItemValue