Digital Exchange
Get community support for SS&C | Blue Prism® Digital Exchange assets and discuss the DX.
cancel
Showing results for 
Search instead for 
Did you mean: 

Welcome to the Blue Prism Digital Exchange Community!

The Blue Prism Digital Exchange is a "shop window" for new and emerging technologies—a platform that puts powerful RPA and AI capabilities into the hands of business leaders. Users can find and apply pre-built AI capabilities, in the form of downloadable integrations and Visual Business Objects (VBOs), to automated processes. These assets connect and integrate Digital Workers, existing systems and processes to Blue Prism's technology partners, creating a solid foundation of AI-enabled Intelligent Automation that's scalable and sustainable.

Forum Posts

Exposed BP Process not available

Hello,We expose process as a Web Service. We now face the issue that resource is unavailable since multiple users can trigger the process at the same time.How to pass the information to load balancer that the particular resource is "busy" and therefo...

Error using Object studio

Getting this error while creating object and calling external website like facebook, dont know what to doTried in all way but still showing the same below error. Someone please check on thisInternal : Failed to perform step 1 in Navigate Stage 'Login...

External table is not in the expected format.

Hi,I am getting the error: External table is not in the expected format while using OLEDB to read from Excel. I am unable to find the Root cause for this, as I tried to debug it in Production and observed that once the reading from the Excel file usi...

Working with large CSV files? Just chunk it! :-)

There have been a few posts on the community related to working with large CSV files and memory issues. A lot of this is tied to two points: The Blue Prism executable is a 32-bit process and thus limited to a maximum of 2GB of addressable memory.Many...

8071.png
ewilson by Staff
  • 504 Views
  • 9 replies
  • 10 likes

Microsoft blocking emails sent via Graph API

hi all,Just something of a warning - for those using Graph API for email (any recent solution)As Microsoft was depreciating the simple authentication methods for email interaction we've moved to use of Graph API (via use of:Microsoft Graph API - Outl...

PdfPig VBO v1.1 Released

Version 1.1 of the PdfPig VBO has been released to the Digital Exchange. The latest release now includes support for the following new actions:Merge FilesSplit FileCheers,Eric

ewilson by Staff
  • 108 Views
  • 0 replies
  • 2 likes

Resolved! Error when adding Formula in Excel VBO Set Cell Value

Hello I have encountered an error when inserting a "SUBTOTAL" formula in an Excel sheet.If I use the formula for example "=SUBTOTAL(9;Q1:Q10)" i get following Error:Exception from HRESULT: 0x800A03ECIf I use a "SUM(Q1:Q10)" formula it works perfectly...

Http utility request

Hi everyone,Using the Http utility object, where do the calls come from? From the BP server or from the machine where the code runs?Thank you,Daniel

SharePoint API error while downloading

Internal : Unexpected error Error during Web API HTTP Request HTTP Status Code: 403 HTTP Response Content: {"error":{"code":"accessDenied","message":"Access denied","innerError":{"date":"2024-03-15T08:58:14"," Getting this error while using sharepoi...

Use a curl via utility-http

Hi, I need to replicate this curl via utility-http:curl -X POST --data-binary @c:/profili/User/Desktop/AAAA.eml \ -H "Authorization: Bearer TOKEN" \ -H "Content-Type: application/octet-stream; name=\"File Name.eml\"" \ -H "Content-Transfer-Encoding: ...