I have a process where I have to login to SAP and do some operations. Whenever a error comes a message in a status bar appears below and if no error the bot has to run normally.
How can I create this flow in UiPath create this flow in UiPath ?
The problem I facing is whenever there is an error only then the status bar appears otherwise it does not. So how do I direct my bot that if there is not status bar detected so it has to run normally ?
use the element exist or text exist to check if theres an error message, if this message appears in different parts of the process, use an parallel activity to check if the message exist durin the entire automation