Apply Row Filter
Filter the specified data table.
Last updated
Filter the specified data table.
Last updated
The Apply Row Filter activity allows you to keep or remove rows from a DataTable based on specified filter conditions.
Input : DataTable Variable
Specifies the DataTable that is to be filtered.
Filters :
This property allows you to define the filter conditions to be applied to the DataTable. You can use variables as filter values in the filter conditions. Make sure to prefix variables with '$' when adding them to the filter condition.
Output: DataTable Variable
The variable that stores the resultant filtered data table.
By utilizing the Apply Row Filter activity effectively, you can easily filter rows in a DataTable based on specified conditions, allowing you to extract and work with the relevant data in your automation process.