Login Fails, Retry Login using automation

Hi,

I have a web application, where I enter user name and password and click submit. it redirects to the home page as expected. but if the login fails with error, I want to enter the user name and password again and click submit. Please help.

@vaidhis_temp

Keep Type Into and click activities to enter Username and password in Retry Scope activity and in the condition use Element Exists activity and indicate Home page of post login and mentionNumberOfRetries as 3 and RetryInterval as 00:00:15 sec.

Thank you Lakshman. I will try.