CV Element Exists returns TRUE even when element doesn't exist

Hmm… But if that’s the case, then why does it work perfectly when I first show it the screen where it doesn’t have that element and then I show it the screen where the element does exist. It successfully prints FALSE for the first case and TRUE for the second. If it was caching, it should print FALSE for the second case too, no?