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

Facing error for customized code

Hi All,I am facing an issue while writing customized code in MS Excel VBO. Any idea on this error.Regards,Manoj------------------------------Manoj kumar NunnaRPA Team LeadTyson FoodsAsia/Kolkata------------------------------

21740.png

Pivot table in Excel

Hi ,I have a requirement to get a pivot table from excel data, how to get it. Please help me. Do we have any VBOs?------------------------------Murali Mohan KonankiSr.Automation SpecialistS&P GlobalUTC------------------------------

Freeze Panes

I want to create a page in the ms excel vbo to create freeze panes i have recorded a macro and the code for it is With ActiveWindow .SplitColumn = 0 .SplitRow = 1 End With ActiveWindow.FreezePanes = TrueThe issue is use of ActiveWindow as it can't be...

Resolved! Combining Collections

I have two collections that I need combined and added to a queue.  What is the best approach to do this?  1)  Combine the collections into one new collection and then add to queue?  If so does someone have an example or guidance on this?2)  Is there ...

Is BP able to capture all the data in the image?

Hi ,Is BP able to capture all the data in jpg file dynamically ? ex:I have a collection with multiple columns .based on one column value it need to find relevant image and  capture all the data in that image and  copy the data in the excel and save i...

Excel formula problem.

Hi,  I have a problem when posting a formula to excel. Getting an 0x800A03EC error in one case (when posting the original format after changing which cells I'm referring to) and #NAME? error when posting with "," instead of ";" that i tried because ...

Threading

Hi,   is there a possibility to have a threaded Process in Blue Prism? If not, this would be a huge Advantage! E.g.: If you have a Program which, at some unknown Point in time opens a Popup, that needs to be handled you could have a waiting thread...

After 6.5.1 Upgrade Resource State is changing slowly

​We have upgraded from 6.3 to 6.5.1. After upgrade Control Room - Resource - State is changing slowly. It takes about 1 minutes to change the state. For example if we drag and drop the "Login" process to server resource with the port (server:8182), t...

currently logged on users

Hi,Is there a way to find out who is currently logged on in Blue Prism?I know this can be queried via WS interface (http://localhost:8181/connections) but this does not work in SSO environments.And I cannot find some equivalent comment for automate o...

Splying works but Navigation task failed

HI Team,  I am trying to automation the ComboBox selection in one of our Web Application. As this customized comboBox ,only region mode able to locate the controls.Highlight portion is working fine, However, Global mouse center click or Click center ...

Running GetResourceName in Object studio error

When running the GetResourceName function in the Object Studio, I get the error "Missing session in GetResourceName". Interestingly it works when I run it from the Process Studio instead. How do I make it run successfully in the object studio?-------...