GetFromDictionary<TKey,TValue,TValueResult>

Description

This activity, given a dictionary, returns the value of an element within it given its key. The result is a Boolean value that represents whether the operation was successful or not.


Input

Dictionary InArgument<IDictionary<TKey,TValue>> REQUIRED

The input dictionary

Key InArgument<TKey> REQUIRED

The key of the item you want to get.


Misc


Output

Value OutArgument<TValueResult>

The output value