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 TypeThe 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:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

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:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

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.