Set Dictionary Element
Last updated
Last updated
Set Dictionary Element updates one or more elements in a Dictionary to new values. For this, it receives the Key
of the element to update to and the Value
to which it will be updated.
If the Key
does not exist in the Dictionary, it creates a new (Key
, Value
) pair.
Inputs
- The number of elements you wish to set the value of. Each Input element has the following Attributes:
Attribute | Type | Description |
---|---|---|
| String | The default |
| Drop-down | The |
| Defined in the | The element whose |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Dictionary | A Dictionary whose element/s you wish to update. |
| String | The |
| Defined in the | The |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Dictionary | An Output Dictionary whose element/s have been replaced with the desired values. |