Query related to Error Handling

I have a constraint where when I type in a particular URL, either the login page or the next page appears on the screen. Now depending on this, I need to use an exception handling technique wherein I straight away go to the next screen if my account is already signed in. How can I implement this in UiPath?

For example,

I have the above screen, but even though my account is logged in, I still shouldn’t get an error in UiPath.

Hi @vivek_Chowdary

Try using Element Exists Activity before performing login or navigating step.
Point out any unique which is not present on both screens.
Element like in the above screenshot. Point out the ‘Account - Log In’ Element.

If - Element Exists,
do - login step
else - further step