Hi, I am comparing the data of two excels sheet from the two different folder.
Scenario:- I have two different folder where I have 10 files in the folder1 and same files I have in the folder2.
I already did the comparision part and written the status in another excel if Match or Not Match against the CustName.
Here is the screenshot.
Now I want to write in the same excel which column data is not matched?
Bro yes, If you see I want like this output.
yellow color headers are those which I basically compare the data from the two excel.
I want to write which is match and which is not matched.
I want like this output.
the steps you need to follow:
1.read range activity to read the excel
2.for each row
3.if condition (to check wheather it is matched or not)
please try with these steps ,you will get a solution.
Main.xaml (23.5 KB)
there is an doubt in this flow.in an excel if we give sbi share,tatasteel share…it scrapes and write into excel successfully but other than share if we give anyother value in excel for search means in throws an error.without any error i need this flow to run successfully.
anybody has solution