So I have a map setup with favorites and with relationships. I can have VC store a new entry such as color and blue with color being key and blue being the value.
However, my issue is not with creating new keys/values or looking up existing ones, but with how to handle when no key/value exists yet.
For example, I ask, what is my favorite food. VC checks for the key food and it doesn't exist yet, so I want it to return, "I don't know, perhaps you can teach me that"
I tried using {EMPTY} but that did not work.
Any ideas? Thanks!