Product Forum
Get fast, personalised help from other members of the community
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Where to download all Blue Prism products.

If you're looking to download an SS&C Blue Prism product, you can find a link to the download page in this list.  Click the link, scroll down to accept the EULA and select the version you wish to download. SS&C Blue Prism Enterprise: DownloadSS&C Blu...

Michael_S by Community Team (Retired)
  • 1627 Views
  • 8 replies
  • 13 likes

Running multiple Rumba Sessions

Rumba Session ID When a session is created for Blue Prism to use in Rumba as per below, you need to ensure for each machine the "Session ID" in the options is changed for each VM or machine. By launching the session file manually or by using a robo...

Using 'Paste' action in MS Excel VBO

Hi, I can't get the 'paste' action in the MS Excel VBO to work properly. Please see error message enclosed. Prior to running that action, I have ensured that I am on cell 'A1' and set the clipboard with the text that I want to paste. Any ideas o...

Excel - Saving a shared document

A central control spreadsheet that needs to be used by multiple users is saved as part of each run of my process. Operations will need to view this spreadsheet to see what stage each member is at, however when I change the spreadsheet to shared it s...

Error when I combine multiple objects in one process

Hello everybody, I need your help to resolve an issue which happen in my project : My project is composed of multiple objects that must be run multiple times by iteration: 1 to manipulate PDF file, 1 to manipulate excel file 1 to send mail 2 o...

Anonymous by Not applicable
  • 647 Views
  • 1 replies
  • 0 likes

Send CTRL+ALT+END over RDP

Does anyone know a way of acheiving this? So far i have the following code: [DllImport("user32.dll", SetLastError = true)] static extern void keybd_event(byte bVk, byte bScan, int dwFlags, int dwExtraInfo); public const int VK_MENU = 0x12; public ...

Active Accessibility - capture unique elements

Hi, I am using a combination od Win/html/AA for a browser-based application. I have a hard time getting the elements captures with AA to be solid enough though; either they don't work at all (no windows matched the query terms), or they are extrem...

Best practice - Surface Automation & drop-down list

Hi, I am using surface automation in an application where I need to work with a drop-down list. I wonder if anyone has some input on best practice for developing this type of solution? Currently, I have built it with dynamic regions and increminti...

send key's

I am trying to use sent keys to scroll down and up a part of explorer page. Behind is mostly Java Script and SAP scripts, only few HTML tags. Unfortunately it doesn't react to "{PGDN}" , "{PGUP}" or it gives me following error message: Internal : Fa...

Anonymous by Not applicable
  • 695 Views
  • 0 replies
  • 0 likes