Hello,
Is it possible to access a value in a dictionary based off its key? I have the key value and need to add a value to the “value” section of the dictionary. An additional problem I have is that there are multiple dictionaries in a list and I need to access the list and then access the key in the designated dictionary and then add a value to that dictionaries “value” section. Is this possible and if it is what would the expression to derive the value look like?
Thank you in advance for the help!