Product Forum
Get fast, personalised help from other members of the community
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 473 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
  • 718 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
  • 2025 Views
  • 7 replies
  • 2 likes

User Guide Update required for Sharepoint VBO

I am using below DX VBO and noticed that User guide is not updated as per 3.1.0 version but with 3.0.0 version. i shared sample snip of one action from PDF guide to VBO.@ewilson  - can you get this updated. https://digitalexchange.blueprism.com/dx/en...

Neel1_0-1734018707903.png Neel1_2-1734018811394.png
Neel1 by MVP
  • 1081 Views
  • 1 replies
  • 1 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...