Thanks, it saved me a lot of time.
I get it now for the most part, I do have it working.
I was missing ItemValue.
I didn't know of it until now, It doesn't work without it.
After a "Check Item Exists", do I have to add "On Item Missing" if I don't want to do anything if its missing?
What does the action "get item" do if item doesn't exist?
I think I don't have to add "On Item Missing" and "get item" doesn't do anything if item doesn't exist.
I just want to confirm, because LocalStorage is asynchronous.
I don't want to accidentally cause an issue.