Difference between revisions of "Activity:AddToDictionary (Activity)"
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | The AddToDictionary activity adds an item, specified by an unique key, to a given dictionary. | ||
| + | |||
| + | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Add to Dictionary | | title = Add to Dictionary | ||
| Line 9: | Line 12: | ||
| version = 2.1+ | | version = 2.1+ | ||
}} | }} | ||
| − | |||
| − | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
| Line 27: | Line 29: | ||
|} | |} | ||
| − | ==Usage== | + | ===Usage=== |
This activity adds an item, using its unique key, to the given dictionary. | This activity adds an item, using its unique key, to the given dictionary. | ||
| + | |||
| + | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
| − | * [[RemoveFromDictionary_(Activity)]] | + | * [[Activity:RemoveFromDictionary_(Activity)]] |
| − | [[Category:Activities]] | + | [[Category:Activities|AddToDictionary (Activity)]] |
Latest revision as of 09:57, 4 November 2015
The AddToDictionary activity adds an item, specified by an unique key, to a given dictionary.
