- Documentation
- Activities
- Data
- Create table
Create a new table to store rows and columns of data
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Table Data tableData | object | Required | — | Columns and initial rows |
Output Variable outputVariable | variable | Optional | Table1 | — |
Output
Table1DataTableData from table
RowsArrayColumnsArrayRowCountNumber
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Add table column
Add a new column to an existing data table
Add table row
Add a new row to a table
Clear table
Remove all rows from a data table
Convert table to text
Turn table data into a text format like CSV
Filter table
Keep only rows that match certain conditions
Remove duplicate rows
Remove duplicate rows from a data table