Skip to main content

Add item to dictionary

Overview


Add a key-value pair to a dictionary.

Input

Add Item

NameRequiredDescription
DictionarySelect the dictionary variable you want to add this key-value pair to.
KeyThe key for the new key-value pair.
ValueThe value for the new key-value pair.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.