Delete Row In Data Table Step
Brief description
This step removes a specific row from an existing data table variable based on its index position. It is typically used to delete outdated, duplicate, or invalid records from the data table during automation execution.
Step Information
Step name (Not required) – the custom name of the process step that labels the editor’s process step box
Input parameters
- Data Table (Required) – specifies the data table variable from which a row will be deleted.
- Index (Required) – defines the index number of the row that should be removed. The index is zero-based, meaning the first row in the table has an index of 0.
Output parameters
This step does not produce output parameters.
Additional comments
This step permanently deletes a row from the data table structure during automation. Be cautious when defining the Index value — if the index is out of range or invalid, the operation will not succeed.
This step is especially useful when maintaining clean data sets, filtering processed records, or dynamically updating table contents during the workflow.