sayali.p
(Sayali Patil)
September 9, 2024, 8:01am
1
I have this Entities one in Username and Password, so I wanted to authenticate if Username is Equal to Password in UI PATH APPS how can i do build Condition for this ?
Parvathy
(PS Parvathy)
September 9, 2024, 8:05am
2
Hi @sayali.p
Check the below thread.
@Jsaroj ,
You can’t have a loop into Apps right now. you can validate one by one so I would say pass one user id and password from Apps and then validate it into UI Path process.
Thanks,
Arvind
Check the below YouTube video.
Hope it helps!!
sayali.p
(Sayali Patil)
September 9, 2024, 8:19am
3
Actually I have Set of Usernames and Passwords in Entity as I Mention above so I wants to just validate them that UserName like abc@ is having password H123
For that how can I put If Condition that only I’m not getting
Parvathy
(PS Parvathy)
September 9, 2024, 8:21am
4
Hi @sayali.p
Below thread should help you then,
Hi @Nisha_K21
In order to validate fields first click on the username field and go to create rule there you can use set value option
Item to set : Username variable
value : (pagename).username.value
Do the same thing for password as well.
Finally in the login button create a rule to check username and password contains null or not
If : Username is vbNullString or Password is vbNullString
Then: Show Error Message
Else : Show Success message
Hope this will solve your question
Regards,
M…
Regards