Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

I need to select multiple rows of a table using Blue Prism. The options will never vary and I know what I need to select. A human would do this by selecting Option 1, then pressing and holding down ctrl whilst selecting Option 2 and Option 3.

How can I do this within Blue Prism? I know I need to use send key but what is the structure I would use? The values for each of the options will be contained with data items?

1 Answer

0 votes
by (9.5k points)

let me tell you , to press and hold keyboard button using sendkeys, you need to use this syntax:

"<{CTRL}>"

After you click all the necessary actions, then you can reset the control button using this syntax

"{CTRL}"

Browse Categories

...