EXCEL AND WEB AUTOMATION -- IF THE NAME IS NOT FOUND

Hi All,
I am new to UiPath,If any one help me with this issue it will be a great help for me.

I Have the data in excelsheet with employee ID and there contact details. I need to take those details and and fill the form in the web page portal. I have done all the steps for web automation.
I got an issue as "If the employee ID present in the excel sheet is showing the “NO MATCH FOUND” in the web portal what should i do now?

Thank You
Suresh.

Hi @Suresh_Jonnadula

If the employee ID present in the excel sheet is showing the “NO MATCH FOUND in that case, you have to handle exceptions using try-catch activity.

Hope this might help you :slight_smile:

yes i tried that in catch block i given system exception and in finally as Continue for next id its trowing error UI element not selected.

Hi @Suresh_Jonnadula
Sorry for the delay.
UI element not selected. this mistake is brought on by a selector problem. Verify that it is functioning correctly.