Compare and find desired result from a table

0 votes
I want to find account using last name as search filter. How to do that? Any suggestions.

Meanwhile i was trying this, Tried using accessibility mode where i select the first name once and then just change the y coordinate of the region and read the value, but i can't find any option to do that.

Any other approach is welcome.
Nov 12, 2018 in RPA by findingbugs
• 3,260 points
742 views

1 answer to this question.

0 votes
Try doing simpler one first - reading the first name in the table.

1) Identify window using region mode

2) Specify a region in the window that contains the "name" field

3) Use the BluePrism OCR to read what's written there and check if that's the one that you're searching for.

If you'll have that exercise done, then you can think about reading the next names.

The simplest way to do that (and it's still not simple!) is

to have dynamic region, that will ask for "Start Y", "End Y", "Start X", "End X" parameters. That way, you can specify the parameters for that object and move it as you with. Then using a loop and basic math you can move that region to the next field in table.
answered Nov 12, 2018 by Priyaj
• 58,090 points

Related Questions In RPA

0 votes
1 answer
0 votes
4 answers

How to find the sum of 2 columns of an excel and display it in a 3rd column using UIPATH?

These are the steps to add two ...READ MORE

answered Aug 2, 2019 in RPA by Shivi Singhal
13,887 views
+3 votes
1 answer

How to extract data from a website and save it to excel using UiPath?

Hi Piyush, if you want to extract ...READ MORE

answered Mar 8, 2019 in RPA by Anvi
• 14,150 points
21,629 views
0 votes
2 answers
0 votes
1 answer

Error while spying the element Index outside bounds:array:BluePrism Java app

This solution will work for only 64-bit ...READ MORE

answered Oct 22, 2018 in RPA by Priyaj
• 58,090 points
1,530 views
0 votes
1 answer

Error while spying the element Index : outside the bounds of the array :BluePrism Java app

Only for 64-bit windows 7 or higher version ...READ MORE

answered Oct 24, 2018 in RPA by Priyaj
• 58,090 points
2,038 views
0 votes
1 answer

Using GLobal Send Keys how to send PrtScr in Blue Prism?

Navigate stage with Global Sendkey and text ...READ MORE

answered Oct 24, 2018 in RPA by Priyaj
• 58,090 points
5,032 views
0 votes
1 answer

Pull a section of text from a word document using Blue Prism

You can highlight the text in your ...READ MORE

answered Nov 13, 2018 in RPA by Priyaj
• 58,090 points
4,475 views
+2 votes
3 answers

UIPATH print a list

1. create a list using listName= new ...READ MORE

answered May 16, 2019 in RPA by Venkat
• 320 points
10,040 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP