I had 3 lists of variables that were always referenced together in my code, so I simplified the code by changing to 2 dictionaries. The code I simplified is listed below:
When using this code, I always get the Not Found2 result. This makes 0 sense to me, considering it manages to get pass the first dictionary check and fails the second dictionary check with the same code but different dictionary and key. I checked using a notifer component and the key matched what was expected. How do I fix this?