You can extend the Collection Manipulation Utility and add a code stage to delete a specified row.Try duplicating an action like Copy Row where you need to supply an index and change it,placing a collection.Rows(index).Delete() somewhere and outpu...