I am trying to validate data from excel/DT on UiPath Forms.
I have a DT with UserName and Password(predefined username and passwords data)
So, I am trying to validate inputs of username and password filed on UiPath Forms, from the DT.
I have created one but it won’t work… as I want to validate on runtime and if it’s failed it should ask to enter the correct credentials.
What I am trying to do is a login validation check, where credentials(login id and password) are already in my DT.
I am using UiPath Forms to get inputs(id and password) and then want to validate if it’s correct then will process further if not then want the user to enter the correct credentials.
I have shared a sample project with my query post.
through the input dialog box, it won’t fulfil my requirement in one go, coz I believe via input dialog, 1st It will ask user id and then validate it and the will ask password validate it. right?