Update dictionary value
Update the value of a key in a dictionary.

Input
Update Item
| Name | Required | Description |
|---|---|---|
| Dictionary | Select the dictionary variable you want to update. | |
| Key | The key for the value you want to update. | |
| New Value | The new value for the specified key. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |