I’m new to Uipath. I have a CSV file with Full Name, First Name, Last Name, Date of Birth, and several other columns, so when I search with Full Name on a website, it gives me results like this:
The correct name and date of birth must be clicked, I have tried using dynamic selectors, but it gives a runtime error
There seems an extra whitespace after LastName and FirstName.
So can you try to add TrimEnd method to LastName and FirstName like ....+LastName.TrimEnd +","+FirstName.TrimEnd+"," ....
Thank you @Yoichi,
I tried it and it still doesn’t work for me.
Is there any different approach for clicking on the required name? or any other activity