I built this sequence to remove rows where “Red” is in [Q1] or the 0 (first) column. But it seems to totally ignore the filter.
The flow below is:
–I get files from directory, multiple excel files
–for the rowfiles I do a for each
–a read the spreadsheet tab into variable “dt_extras”
–I filter dt_extras into dtresult
–i then write back dtresults to the workbook
Nothing is changing.