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
  • 1119 Views
  • 8 replies
  • 13 likes

There was an Error During Spying Operation - Edge

I am developing my first Edge automation. Blue Prism extension is already enabled. I am trying to attach to attach to already launched website. When I click on Attach on Application Modeller, instead of attaching, it will launch the website again. Th...

UIA Element not highlighting

Hi,I've spied a browser element using UIA mode using edge browser. When bot is running Blueprism fails to highlight the element and strange thing I noticed is if i add one new element in application modeller and spy the same icon by selecting same at...

Unable to identify the process owning the foreground window.

Hi,I am facing issue while interacting with UIA elements, getting system Exception saying “Unable to identify the process owning the foreground window.”Resolutions tried so far:Added “Activate application” spying Chrome in Windows ModeAdded “Attach”U...

nirmishra by Verified Partner
  • 760 Views
  • 5 replies
  • 0 likes

Issue with Active Accessibility in run time

I use a widows based application that embeds a web application I can't access the embedded application with web modes, but in dev I can easily use Active Accessibility mode.All works well when I build my objects.When I run, in Development, the proces...

How to scrap Data from a slickgrid Table

Hi Everyone,1. I am trying to scrap the data from a web application which contains a slickgrid table not a regular html table by using the regular spying and xpath not able to get the table data.2. Once i get the data i need to find out whether the r...

Resolved! SQL Server Get Collection

I am attempting to use the Get Collection action through the SQL Server object to run a procedure and return values to a collection but have not had success.This action is proceeded by a Set Connection action in which I ensured the server and databas...

Example.PNG

Failed to identify web element in new tab

Web application sometimes will open a new tab, blue prism will fail to identify elements in this new tab. This issue looks occurring in edge V142.  My workaround is to copy existing web element and change properties. Any suggestions could advise me? ...

EricLi by Level 6
  • 1103 Views
  • 7 replies
  • 0 likes

Excel "Check Out" Option code stage

Hello, I'm trying to create a code stage to "Check Out" a document after it's been opened from Sharepoint. I've been looking at the code needed and found this on the MSDN website: https://learn.microsoft.com/en-us/office/vba/api/excel.workbooks.check...

How to export queue by command lines

I have got a command about exporting queue data as following:"C:\Program Files\Blue Prism Limited\Blue Prism Automate\AutomateC.exe" /sso /queuename 'Queue_2xxx' /queuefilter 'xxx' /exportqueue 'C:\test\queuelist.csv'but, received a exception:Login f...

hantao by Level 3
  • 2407 Views
  • 7 replies
  • 2 likes

Uploading file to Sharepoint Folder

Good Morning all,I'm looking to upload/copy/save an Excel file to a specific Sharepoint Folder. Firstly, my apologies in advance - I am by no means an expert in working with SharePoint. I'm aware that there is the Graph API for interacting with Share...