Add Row#

Add a row to the Data Table.

Table[Data Table] The data table to which the row is added.
Values

[List] A list of values for the new row. If the property is empty, the values of the added row will be equal to the default values for each column.

A list can be created like this: @("Value1";"Value2";$Value3).

Row Number[Number] Returns the number of the added row. The numbering starts from 0.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - by 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" - by 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.