Comparing string

Use Two For each rows to compare two Tables.
For Each Row1 - Excel File DT
For Each Row2 - Table DT
If - For Each Row1.trim.tolower.equals(For Each Row2.trim.tolower)

Pass CurrentRow variable Instead of For Each Row.

Reagrds,
Saloni

if they are eqaul i will click on the related string in the table from the website

i do not need 2 for each i need only one because i compare one value with each string from a table but the issue is in Row1.trim.tolower.equals(Row2.trim.tolower)

the robot dispaly both values from the excel and from the web site but for the robot they are not equal

just prototype it within the immediate panel during a debugging (immediate panel not log message) and share with us the used statement and variable values

Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum