Extract Element

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

ParameterDetailsPossible 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: 0

f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

String
f64
u8
NodeId
Color
GradientStops
Vector
Raster
Graphic
Artboard