Returns the bare element (without its row attributes) at the specified index in a table. Use this when downstream nodes want just the inner value rather than a single-row table. If no value exists at that index, the element type's default is returned.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Table | The table of data to extract from. Primary Input | Table<Artboard>Table<Color>Table<GradientStops>Table<Graphic>Table<NodeId>Table<Raster>Table<String>Table<Vector>Table<f64>Table<u8> |
| Index | The index of the item to retrieve, starting from 0 for the first item. Negative indices count backwards from the end of the collection, starting from -1 for the last item. Default: | f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Stringf64u8NodeIdColorGradientStopsVectorRasterGraphicArtboard |