Add Column#
Add a column to the Data Table.
| Table | [Data Table] The data table to which the column is added. |
| Column Name | [Text] The name of the column. This name is used to access the cells of the table. |
| Column Type | The type of the column being added. |
| Column Index | [Number] The index at which the column will be inserted. If the value is empty, the column will be added to the end of the list. |
| Column Header | [Text] The header of the column. If the header is not specified, its value will be equal to the Column Name. |
| Default Value | [Text/Number] The default value for the column. |
| Column Number | [Number] Returns the number of the added column. The numbering starts from 0. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value of the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value of the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |