For each row in Toron,
for each row2 in Hitter, do
row2(“player”).toString().Contains(row(0).toString() // “Davis” or “Drury”) => True or False
If True, get the Row and process it
Else Continue
Welcome to UiPath community buddy
Its resolved
here you go buddy with the xaml
Run the xaml buddy you can see the results in write line buddy comparing.zip (23.7 KB)
You have to use nested For each row to achieve this, but if the today toron has some name which will be there in more than 1 in toronHitter table everything will match.
you can go for a check innerrow.item(“Player”).tostring.containsOf(row.item(“TodayToron”)).
We have confirmed that the full name and the overall score are good output.
But I need the full name and the overall score of nine players in “todayTron”.
Buddy i did’t have the full data of yours…so what i did is u just made a scree scrapping of your attached image in tha question and made a excel…all these were done in backend before sending you the xaml…that excel has only the data of your attached image…and your image has only six…matvhi values…thats why buddy
You can pass your data and check buddy with read range activity…
Cheers @Hyun