Product Forum
Get personalized help and advice from other SS&C Blue Prism users here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Automating the Captcha by listening audio

Hi Guys, we are trying to automate the captcha in one website. Below the captcha image we could see one link called listen to numbers. By clicking the listen to numbers link we are getting voice with numbers spelled available in the captcha. can any...

Use collection data all at once in calculation

Hi, I have a collection with 120 values. In mij calculation I have the next expression: Replace([Data.companies]; [Business.entity]; "") So, I want to check if there are company names with a business entity included and then remove the entity from ...

Using utility-image manipulation of finding image

I am having issues with using Utility-Image manipulation as it doesn't return the coordinates of the image with Get Sub Image position. Sometimes it works fine, not sure what could be causing this behavior where sometimes it works and sometimes doesn...

Error in Code stage

hi guys, I am trying to use a c# code in object studio but I keep getting an error- "Compiler error at line 0: }expected" this is my code- using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; us...

Automate.EXE has stopped Working

While Trying To retrieve Mails from Outlook of a certain span of date , suddenly the pop up box arrives "Automate.EXE has stopped working" .Sometimes it finishes the process and some times it stops in between . why ?

Activate a window and send global key

Hi, I would like to know how to bring a page to front of all the applications running so that I could send a global key to that particular applicaiton correctly. Thanks VJ

Anonymous by Not applicable
  • 251 Views
  • 2 replies
  • 0 likes

Error when adding dll in a object studio

Hi, I have created a dll using C# language, and added it with a object studio. I have added the namespace. When I am calling the methods within the dll I am getting the error--"Internal : Could not execute code stage because exception thrown by code ...

Global send keys not working

I am launching RDP session through citrix. One of the first screens in RDP is to accept Business use disclaimer. Once selected OK it goes to the next screen i.e Windows Log on screen. I have a Remote Desktop Business Object that I am attaching and se...

How to Create generic Validation

Hi All, I want to create a generic validation function which validate the collections field. i.e. Suppose I have a collection like OrderID OrderName OrderDate MailID Note 1 Abc ...

Global Send Keys not working in Rumba mainframe

We are working in Rumba mainframe application with BP 5.0.18 in which we were able to launch application and spy elements however we are not able to use send key/send key events. We tried all mnemonics provided by IBM and Rumba but nothing works fine...

DataTable within a DataTable - Code Stage

Hi, I am trying to use code stage to return a Collection that also has a collection inside and I'm having trouble with creating a DataTable that has a column with type DataTable. Any thoughts regarding the approach on this? Needing your expert advi...