Read Text(NRIC number) in Excel and click on checkbox from website. Number not in Excel will leave it blank

Hi all,
I am New for UIpath.I am facing this problem now and try many activities still cant figure it out.I have to match Nric Number in Excel with website Nric Number. and Need to Click on the checkbox beside

Thank you and appreciate!

Best Regardsexcel DT

Hello @Javier_Low,

  1. Read your excel using read range activity
  2. Use for each for iterating each rows, use if condition to check if current row is empty or not
  3. Search value of Nric col in website.
  4. If number found in website, use check activity to mark particular Nric nunber in site.

Cheers,
Pankaj

Thank you Very much Pankaj.Patil

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.