Add To Dictionary
Adds specified key and value to the Dictionary.
This activity is used to add a user-specified key and value data to a given dictionary.
Input
Key :
String Argument
Specifies the key of the Key-Value pair that is to be entered into the dictionary.
Value:
Object Argument
Specifies the value of the Key-Value pair that is to be entered into the dictionary.
Dictionary:
Specifies the Dictionary object in which the key and value data are to be added.
Configure
Key Exists: Specifies the action to be taken when the specified key already exists in the dictionary.
Last updated