When you use "Get item" action, Local Storage doesn't check if the item exists, it just tries to pull its value. That's why "On get" is triggered. But if the item doesn't exist, its value will be empty.
Instead of "get item" use "Check item exists" action. And then in "On Item Exist" event you can access the item value.