Hi there,
my plan is a robot which types number after number into a system, get data for each number and summarizes this Information in a excel file.
I already implemented a program which iterates through a excel list and types number after number into the system.
The difficulty is, some numbers are not existing in the system. If a number does not exist there will be a popup “number does not exist in the system”. Now I want that if there is this popup the robot should click “ok” (then the popup closes) and write “x” into a list. If the number exists in the system, the robot should copy a text from a certain position and paste it into the same list.
-
question: how can I get this if/else decision with the popup? How can my robot recognize this popup and follow a if/else decision? (if there is the popup do write a x into a list, else copy text and paste into the list)
-
question: how to save it in a excel file? (write x or copy text and summarize in excel list, maybe there are already some examples and you have a link for me)
I’m quite a noob in UIPath, maybe you can take this into account while answering.
Thank you very much!!!