Node ReferenceTransformations
Extract by Index
Retrieves a specific element from a list using the given index.
Retrieves a specific element from a list using the given index.
| Category | Transformations |
| Node type | dynamiq.nodes.extractors.ByIndexExtractor |
| SDK class | dynamiq.nodes.extractors.ByIndexExtractor |
Inputs
| Field | Type | Required |
|---|---|---|
input | list[Any] | Yes |
Outputs
| Field | Type |
|---|---|
output | Any |