The Description: Hello, I am using the standard method to populate a local storage variable on Load Page. In the Events tab, i selected the "Set local storage variable" Action and referenced the appropriate local storage variable. I tested to see if anything is populating by placing a button and running this JS: alert(localStorage.getItem('userid_master')); - The value is empty. Is there something not working properly with the standard method of setting the local storage variable?