Get Dictionary Element
Last updated
Last updated
Get Dictionary Element is used for retrieving elements from a Dictionary. It receives as input the Dictionary from which the elements will be retrieved and the Keys
of the desired elements. The outputs are the received Dictionary and the Values
associated to the given Keys
.
Inputs/Outputs
- The number of elements you want to get from the Dictionary. Each element has the following Attributes:
Attribute | Type | Description |
---|---|---|
| String | The |
| Drop-down | The |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Dictionary | The Dictionary from which the desired element/s will be retrieved. |
| String | 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 | The Dictionary provided to the Input Socket. |
| Defined in the | The Output value retrieved from the Dictionary. |