Hi all, I want to select multiple lines in a table having the same numbers. This is done manually by pressing CTRL + the relevant line. I would like to achieve this as well using a uipath activity.
As shown in the screenshot below, the two lines highlighted have the same numbers, and i need to select them at the same time.
I can use Ctrl (hotkey) + line with the number, but that only clicks the first line, do you have any idea on how it can click the next line with the same number?
For instance: I have the number 1234, I want to check the table for lines that have just 1234 and select them. Say I can see three lines with 1234; I tried pointing it to select all three 1234, but it only selects the first line with 1234 and does not move on to the next.
You have to refine the selector and in selector try identifying somethign like inner text or name which contains the value and make it a variable and pass it to select only those rows