Skip to main content

Update dictionary value

Overview


Update the value of a key in a dictionary.

Input

Update Item

NameRequiredDescription
DictionarySelect the dictionary variable you want to update.
KeyThe key for the value you want to update.
New ValueThe new value for the specified key.

Output

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