Hi all,
I’m trying to create a simple login page using UiPath Apps which includes username, password and a login button. I want to validate username and password when clicking on login button. Suppose if the field contains null value then I want to display a error. if both the fields has a value then I want to display success message. Can anyone suggest me how to do this?