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

List of all Blue Prism generated errors?

Is there a list anywhere of all the error codes Blue Prism can generate? Basically, I'm looking into setting up a guide for the other developers in the team to help them with reading error codes and understanding what they mean, I've looked all over ...

Resolved! To code or not to code...

Hi folks,I have noticed a growing popularity to tackle less easy issues with the BP building blocks by presenting a code stage solution for that particular problem. In my book, a code stage can be used, but only if the issue at hand cannot be solved ...

16262.png
PvD_SE by Level 12
  • 4311 Views
  • 12 replies
  • 10 likes

Reading text on a dynamic pop up message

Hi, I am trying to read the text within a pop up window. Tried the region mode in application modeler but it was only looking for the specific image i have captured within the region. If the highlighted area below changes, it will not be able to find...

35873.png
KT by Level 4
  • 1096 Views
  • 2 replies
  • 0 likes

VBO - System - Active Directory - Add/Remove User

Hello Community Fam, I'm looking for few examples how we can use the VBO - System - Active Directory to Add/Remove User to group. Tried looking for similar threads but couldn't find relative content. Would be helpful if I could get some insight from...

Resolved! Looking for a specific text

Hi guys, I'm a newbie, I need to create a process which look for a specific text. Using spying mode to capture the window screen with the textIf there's a specific (eg: Blue Prism), then click the blue button.   Can you please help me with the step ...

35872.png
Lily.L by Level 5
  • 1281 Views
  • 1 replies
  • 0 likes

Resolved! Routing Documents to Data Verification

Dear Team, I have a use case where we need to process different types of invoices via decipher, one of the requirements is to check if the Invoice type is "Tax Invoice" then the tax value should be present, if the Invoice Type is other than "Tax Invo...

Resolved! Utility - Image Search

I'm currently transferring old processes into version 7.  I can't see a latest version of 'Utility - Image Search' in Digital Exchange. Has this object been replaced ?------------------------------Stephen Eric JonesBlue Prism DeveloperSwinton Insuran...

Scheduler Report Downloads

Hi All,  Is there any way to download scheduler reports automatically. I can see we can download manually, but my requirement is to download scheduler reports without human intervention. ------------------------------Balaji Ramachandran--------------...

Browser login using Authorization header

Hi, i am trying to login to the application using browser mode to by passing user name and password followed by authentication header. I used invoke javascript method in navigation stage and utility HTTP but not able to pass authorization header to t...

Browser Automation in Version 7.1

Hi Team! Is there anyone in here who are experiencing issues on browser automation in version 7.1? Did you experience significant slowness from a previously running well process? What are the actions taken to get things to the right perspective? Loo...

Resolved! Why am I get the error "Data items for create work queue requests cannot be empty." when calling the Blue Prism API?

I am calling https://[myhost]/api/v7/workqueues/[myqueueid]/items/batch with this   [ {         "data": {             "rows": [                 {                     "valueType": "Text",                     "value": "ThisIsMyValue"                 }...