Add item to dictionary
Add a key-value pair to a dictionary.

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