Filter Data Tables
Filter the list of data tables.
Last updated
Filter the list of data tables.
Last updated
The activity can keep or remove data tables in a list according to the filter conditions specified in the filter window.
Input : Object Variable
The input for this activity is an object variable that contains the data tables you want to filter.
Filters : In the configuration section, you can define the filter conditions that will be applied to the list of data tables. Each filter condition consists of table properties such as ColumnCount, RowCount, and ColumnName, along with operators and values that determine the filtering criteria. You can add multiple filter conditions by clicking the "+" button in the filter window.
Filtered Data Tables : DataTable Variable
The output of the activity is a DataTable variable that stores the resulting filtered list of data tables. This variable will contain the data tables that meet the specified filter conditions.