Skip to main content

Get value from dictionary

Overview


Retrieve the value of a key from a dictionary.

Input

Get Value

NameRequiredDescription
DictionarySelect the dictionary variable to retrieve the value from.
KeyThe key whose value you want to retrieve.

Output

Value The value retrieved from the dictionary.