hai everyone,
I need to filter data table in excel sheet i want to remove the data in excel sheet
i need to remove (Upload to ax, start production ax, Planning ax)
i tried many ways but not used at all i shared my workflow here please anyone update this.demo.zip (48.2 KB)
By also using Filter DataTable Activity you can select data for value “Upload Quotation” by using Linq as below. It will only give Data of “Upload Quotation” and write into Excel.
(From d In dt.asenumerable Where d(2).ToString.Equals(" Upload Quotation")).CopyToDataTable