- Documentation
- Activities
- Data
- Add table column
Add a new column to an existing data table
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Table Variable tableName | variable | Required | — | — |
Column Name columnName | string | Required | — | — |
Default Value defaultValue | expression | Optional | — | — |
Output
columnAddedBooleanWhether column was added successfully
Compatibility
WindowsLinuxAttendedUnattended
Related activities
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
Create table
Create a new table to store rows and columns of data
Filter table
Keep only rows that match certain conditions
Remove duplicate rows
Remove duplicate rows from a data table