How to apply a condition on a get full text activity

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 ?

Hope you understood my problem.

hey

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

regards

Hi @Ishan_Shelke1

Please use an “Element Exist” activity to indicate the Status bar which results in a Boolean value, the output of element exist activity is Boolean.

Use an IF statement to check the value is True or False and then you can proceed accordingly.

Thanks.

If your using Modern Activities use “Check App State” which is similar to Element Exist activity.

Thanks.

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