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

Cannot create database at the beginning of BluePrism

I cannot create database. I'm using Win10. Steps: 1. Select SQL Sever (Windows Authorization)  2. click Create Database 3. Click ok, then I see 'Fail to create database'   Not sure if this error is related but I can see the following error mess...

Extract first name & last name

What is the best way to extract first name & last name? Full name was like 'Last, First Mid' or 'Last, First'. I was using Trim, InStr, Replace...types of functions which is creating issues. For some transactions, it's fetching the correct data. For ...

Excel Macros

Hi RPA Developers   I currently having a challenge, I have two separate workbooks. I want to copy data from (one) excel workbook which is stored in xlsx and it opens and shoes workbook fine  and paste it into another (second) workbook, the second...

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

Match Index

I am using an Application and everytime i search on it , the Match Index keeps on shifting. How can i get a match index of any element spied? So I want to be able to get a match index even if it is the wrong one?      

Regex in collection

Hi All-   I have the collection where the field contains almost 10000 rows and I am interested about the rows that contains value as "url".   I am using collection manipulation object and using "collection contains value" action.  in that there i...

Not able to SPY element

Hi, From my application modeller I am not able to spy any element ,, not even Window. No mode is working. Any help would be highly appreciated.  

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

Checkbox not clicked

Hi,   Can anyone help me out to handle checkbox. I have spied using HTML mode and there is no issue in identifying the element. But sometime its clicking on checkbox and sometime not.  

using strings VBO

when using string VBO i am using a action called "extract regex values".Can anyone tell how can i use that to extract values.

Issue with scheduling process in control room

Hi, i hope You will help me handle this problem.. I have configured Blue Prism server so I am able to sign in to Blue prism using Blue prism server connection. Everything looks alright for me. Unfortunately my process never runs after scheduling.  On...

Selecting an Item in SAP Grid View

Hi , Could you please advise on the issue with selecting an item a SAP Grid View. I saved all values from SAP table to collection by using Read Stage - Get All items. Having that I would like to click in SAP on certain value in the Grid. To do so, ...

BenRPA by Level 4
  • 1068 Views
  • 4 replies
  • 0 likes

stack imbalance

While stepping from one page to another. I am getting the following error.The error seems to be occurring in the attach sheet. Internal : Exception: A stack imbalance has occurred. Check your process for errors.

Unable to interact with SAP table

Hi,  I am working on SAP application wherein i have a  table with multiple entries with certain number of columns and rows. I need to select a particular option and click on it to navigate to next page. When i am trying to spy, it is getting identif...

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

Bag of words method in BP

Has anyone solved a case for scanning multiple text or pdf files for keywords and identified those files that contain the predefined list of words? i.e. Automating the bag of words method with BP Thank you.