Please use the local storage rather than the webstorage (which is deprecated).
To save:
Action:
Local Storage: Set item - key "dict" to Dictionary.AsJSON
To load:
Action :
Local Storage: Get item - key "dict"
Triggers the event :
Local Storage: On item get
Action:
Dictionary: Load from JSON string LocalStorage.ItemValue
Locking to prevent unnecessary spam from year to year.