Hi, I’m new for UiPath and try to do a program that check the digit in excel and move file to folder.
The rule is, if all digit in each row equal to 8 digit, the excel file will move to correct folder, if one of the digit not equal to 8 digit it will move to wrong folder.
The problem is the program i try to do will only check the digit in the first row. How to check all row in the column?
Below are the program i try to do and the excel file i want to check.
Main.xaml (9.6 KB)
Book1.xlsx (8.2 KB)