Hi, currently I encountered a problem not sure how to solve. I’m new in UiPath, not so familiar with VB and LinQ. Did some research other similar post/problem but cannot really understand. Would like to seek help from expertise.
I extracted an excel file sheet1 as dt_Masterlist which contains multiple columns.
Example:
Column1: ID, Colmun2: Name, Column3: Parts, Column4: S value, Column5: Status, Column6: Pass Reason, Column7: Pass category.
Somehow I found out the Column1 ID have duplicate rows with same values in other columns except Column5 Status. Column5 Status shows one in “Pass” and one in “Miss”.
I would like to remove the duplicate ID as a row with status indicated “Pass”. Target is to make sure no duplicate in ID and indicate the status as Miss if the duplicates happened.
Please kindly help and happy to provide much more details if needed.