I run into a similar problem pretty often. What is the best way to get a single key value from an item if that value is not always set?Â
Ex. user contains an org_id reference. I usually input user.org_id to use in another operation. But often that results in an error because there is no value set.