Need to check that correct username is entered


Hi all, the problem is that when the bot goes to type into as it was typing u number multiple options came from the list hence the wrong username was entered. I have cleared the field so it will make the field empty before typing in. Once the number has been entered what activity I can use to check that it is correct?
Thank you
Anived

Hi @Anived_Mishra,

You can use a Get Text activity to read the username back out (this would use the same selector as your type into), and then compare the two in an If statement. The if statement would be something like:

in_UserID.Trim = ScrapedUsername.Trim

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.