Delete Row

Estimated reading: 1 minute

This activity allows users to delete one or more rows from an existing datatable based on defined conditions. 

Parameters

Parameter Description
Datatable Specifies the target DataTable from which rows will be deleted.
Must Match Determines how the defined conditions are evaluated when identifying rows to delete.
  • All Conditions – Deletes rows only if all specified conditions are satisfied.
  • Any Condition – Deletes rows if at least one of the specified conditions is satisfied.
Number of Conditions Specifies the number of conditions to be evaluated for identifying the rows to be deleted. Each condition typically compares a column value against a defined criterion.
Share this Doc

Delete Row

Or copy link

CONTENTS