I created a test screen with a label containing text "B&G" and a button that when pressed, grabs the label text, sets a 'test' variable (using Set local storage variable action) and displays using alert (localStorage.getItem('test')); The text stored in the variable returns 'B & am...