Hi, I can’t seem to make this work. Every time I store a new value in a Local Storage object- even though it’s a different object- it overwrites the first! I’m storing a value from the previous screen in LocalStorage1. Then I want to store ‘Y’ or ‘N’ in LocalStorageQ2.
When I get to the final screen and pull up LocalStorage1 with a key (RowNumKey ) it has been overwritten with the Y or the N! So weird!
I have a totally different Local Storage and a totally different key- why is one overwriting the other?