How to extract "specific data rows" from excel

table= table.select(“‘columnname’=‘LT’”).copytodatatable()

or use filter table activity and configure your column name and value

1 Like