I have list of numbers in an Excel sheet which I would like to verify on a home page. It goes very fine when “found”, but how to handle “not found”?
I use “For each Excel Row” to find next number in Excel sheet.
Then “Type Into” to get the homepage to verify the number.
Finally I search the homepage for the string “Serial Number” with the “Get Text” activity
when found I update the excel sheet for the current row.
And next number.
The problem is when the number is not found, then the homepage shows “Not found” and the program stop, due to it can’t find “Serial Number”.
I would be happy if the program just tried with next number.
Hi Gokul
Thanks for your very fast reply. I’m using UiPath StudioX (trial).
I can’t find the activity “Try Catch” does that require a special license or am I simply blind?
/Jesper Red
Hi firas
Also thank you for fast reply. Very nice activity “Check App Status”.
But the result seems more or less strange. It either react as Target appears for all rows or does not appear again for all rows. (Some should be found some not)
I’m looking for a specific text string. Any good suggestions?