List Of Values In Dictionary

I can do the step below and it builds a list of the KEYS in a dictionary
But I can't figure out how to do the same to build a list of the VALUES in a dictionary
What obvious thing am I missing?

OK, I figured it out by looking up each dictionary value in the loop

1 Like