I am comparing two data tables and would like to remove duplicate rows - I am unsure how to do this. I attempted to use a filter data table activity but unsure how to configure the value part of the activity for a whole data table.
Is there an assign I can configure to remove the duplicating rows from the two data tables I am comparing?
Thanks everyone! The output using the above methods are a little skewed because my read range is not configured correctly. I would like the read range to read from cell A7 to L7 and continue reading the rows till there is an empty row - is there a way I can do this?
First use read range activity for that sheet and get the row count of data filled in that sheet. Then write the next data by passing the rowcount variable in write range read range section.