Changes
The GetFromDictionary activity gets and returns an item, specified by an unique key, from a given dictionary. If the data type of the returned item is known, the GetFromDictionary<T> activity, with a generic type argument, should be used.
{{ActivityInfoBox
| title = Get from Dictionary
| version = 2.1+
}}
===Arguments===
{| class="wikitable sortable" | width = "50%"
|-
|}
===Usage===
This activity gets and returns an item, specified by its unique key, from the given dictionary.
{{Hint|Use GetFromDictionary<T> if the data type of the item is known.}}
<!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS -->
==See also==
* [[Workflow Designer]]