DataTable Excel, find if there are same values

Hi,

I have excel sheet that has different values in column A.
In my sequence I already have loop that goes through the excel row by row and does certain actions.

Now I want to add an action, that checks if there are same values in column A with the current row that the robot is analyzing. If there is not similar values (only the current one) then I just want to proceed further.

Thanks!

@Anonymous_Hippo

Check below for your reference

Hope this helps you

Thanks