Get Value
Uncontrolled node
Overview
Get a value from a list or dictionary using path and return it as output. The path could be a list index or a dictionary key.
In order to get nested values, ensure to use . or / separating the index or key name.
Use Handlebars in your path
Handlebars syntax can be used to template variables into your paths. See Handlebars.
Inputs
| Input | Type | Description | Default |
|---|---|---|---|
| Object | List | Dictionary | A data object from which to get a value. | - |
| Path | Text | Number | An index for a list or a key text for a dictionary. | - |
Outputs
| Output | Type | Description |
|---|---|---|
| Value | Any | The value at the given path |