Hi, I am new for Ui path, I need to check number in excel file, if no error will move the file to a folder else will move to another folder.
The rule is,
If all the values in column A are >10000000, then the file will move to >10000000 folder.
Else if have one of the value in column A is <10000000 the file will move to <10000000 folder.
Below are the Ui path i trying and the error i get. Thanks .
@horo1016 I guess what you are trying to do is Check each value in the ColumnA if it Contains Value <10000000 Then you’re moving the File, But What happens when you use a For Loop is The File is Moved Each Time as well, Hence You get the Error File Already Exists.
What you’ll need to do is Determine Whether at Least One Value in the Column Contains Value < 10000000, Then Move the File Once.
its showing error because its open.
in UiPath if u are working on some file (text, excel,etc) and folder then it should be closed at the time of execution