I have to automate a login process, and one of steps of the login method, have a input camp that have a hash id.
how can i set the automation to consider only “Login_”?
sorry for the spelling mistakes, english is not my main language
I have to automate a login process, and one of steps of the login method, have a input camp that have a hash id.
how can i set the automation to consider only “Login_”?
sorry for the spelling mistakes, english is not my main language
Welcome to our UiPath community.
Use wild card star in id part and it should be like this.
id='Login*'
it’s work for me, thanks!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.