Hello! I am new to UiPath and I am currently trying to filter out supplier contact information data in an excel sheet by separating the rows with “Yes” in the 11th column from the rows without it. I am unsure about how to add the rows that meet and don’t meet the conditions into their respective excel docs (“validated Supplier Contact Info.xlsx” and “Invalid Supplier Contact Info.xlsx”)
Why don’t you use the Filter Data table activity which will give you the new data table that contains the values YES so that you can write the data table to any excel @Hisuhong
You don’t need output data table activity, you can write the output data table from filter data table activity. Can you check writing the value to the excel using write range activity instead of append range?