Data Table

Guide for the Activities under the Data Table Category

Add Data Column
Description Adds a data column to a specified data table. Attributes Input Column - The data column object added to data table. If this prope...
Mon, 20 May, 2019 at 2:38 PM
Add Data Row
Description Adds a data row to a specified data table. Properties Input ArrayRow - The array of objects to be added to the data table. Data...
Mon, 20 May, 2019 at 2:41 PM
Clear Data Table
Description Clears the specified data table of all data. Attributes Input DataTable - The data table object to be cleared of all data. Com...
Mon, 20 May, 2019 at 2:44 PM
For Each Row
Description Executes an action for each of the rows in the specified data table. Attributes Misc DataTable - The data table object for which t...
Mon, 20 May, 2019 at 3:01 PM
Generate Data Table
Description Enables you to select column and row separators according to which the data table is generated. Attributes Output DataTable - The ...
Mon, 20 May, 2019 at 3:10 PM
Get Row Item
Description Gets the value from a data row variable according to a specified column. Attributes Output Value - The column value from the speci...
Mon, 20 May, 2019 at 3:14 PM
Merge Data Table
Description Merges the specified data table with the current data table. Attributes Input Destination - The data table object to which the dat...
Mon, 20 May, 2019 at 3:03 PM
Output Data Table
Description Writes a data table to a string using the CSV format. Attributes Output Text - The data table output as string. Input DataTa...
Mon, 20 May, 2019 at 3:08 PM
Remove Data Column
Description Removes a data column from a specified data table. Attributes Input Column - The data column object to be removed. If this propert...
Mon, 20 May, 2019 at 3:21 PM
Remove Data Row
Description Removes a data row from the specified data table. Attributes Input DataRow - The data row object to be removed. DataTable - The...
Mon, 20 May, 2019 at 3:24 PM