Skip to content

Remove Row Activity

The Remove Row activity facilitates the deletion of a specific row from a designated dataset. This activity is crucial for data manipulation tasks where certain data entries need to be purged based on their index or a defined filter expression.

Field Description Requirement
Dataset name The reference name of the dataset from which the row will be removed. Required
Row The zero-based index of the row to be removed. Required
Remove by filter Specifies whether rows should be removed based on a filter expression. Set to true to enable filtering. Optional

Action Types & Examples

Dataset Name

  • Format: string
  • Example Result: newDS

Row Index

  • Format: digit
  • Example Result: 0

Implementation Examples

Field Setup - Dataset name: newDS - Row: 0

Execution Parameters - Remove by filter: true

Technical Notes

Row indices are typically zero-based, meaning the first row in a dataset is located at index 0. When using the Remove by filter option, ensure that a valid filter expression is configured to accurately target the rows for removal.