Joins two tables of the same type, extending the base table with the rows of the new table.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Base | The table whose rows will appear at the start of the extended table. Primary Input | Table<Artboard>Table<Color>Table<GradientStops>Table<Graphic>Table<Raster>Table<Vector> |
| New | The table whose rows will appear at the end of the extended table. Exposed to the Graph by Default | Table<Artboard>Table<Color>Table<GradientStops>Table<Graphic>Table<Raster>Table<Vector> |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Table<Artboard>Table<Graphic>Table<Vector>Table<Raster>Table<Color>Table<GradientStops> |