I have a question, I need to put a comment for each record, the groupings are (Name, Age, and Company should be the same) if not, single record or okay, if yes, it will check the Item if it has multiple item, if yes, exception, if not, okay or continue. Anyone can please help me? Thanks
@James_Callos
This we can do in for loop , but thinking of any other way to get it done faster
For for loop:-
First get the distinct values from your excel and loop through the distinct value
inside loop , again use loop for the main table and check for Name, Age, Company is same or not
IF same again check for item is same or not
Hello @shanmukh_pothamsetty would be able to provide a sample? I also forgot that the Bot will only check for if the record has multiple items if the Item contains ‘111’ value. Thanks