How to proceed further if there are 3 possible result for one action?

Hi @Karthikeyan_CS

You can use element exists activity

  • Use element exist and indicate on dashboard menu and set the timeout property to 3000 and store in a variable (BoolStatus) which will be a Boolean datatype.
  • use if activity and give the variable as condition
    • True → continue with download step
    • false → Use element exist and indicate on password expired error and set the timeout property to 3000 and store in a variable (BoolStatus) which will be a Boolean datatype.
      • use if activity and give the variable as condition
        • True → continue with Send email to the relevant team to reset the password.
        • false → Use element exist and indicate on password wrong error and set the timeout property to 3000 and store in a variable (BoolStatus) which will be a Boolean datatype.
  • use if activity and give the variable as condition
    • True → continue Send email to Support team to coordinate with relevant team and let RPA team know the correct password.

Regards
Sudharsan