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

trigger process based on file availability

Hi Community ,I just wanted to know if we can trigger the ,bprelease file or blueprism process based on the input file availability or using a button click. We are using Blueprism 6.4Thanks in advance------------------------------Kirtish Trivedi-----...

Code Stage - C# Linq SQL

Hello everyone, I am trying to develop an code for BluePrism using C#. For this code, I am trying to use LINQ to create a Query. However, the code stage does not understand the command lines of the Query. var results = FROM e in dt1 right join c in d...

Connector for Microsoft Graph API - Sharepoint

Is there any chance that the Connector for Microsoft Graph API - Sharepoint could be enhanced to include certificate based authentication?  There was an older SharePoint skill that had both the client and cert methods as authentication methods.  http...

ctz9843 by Level 4
  • 101 Views
  • 2 replies
  • 0 likes

Converting a .CSV file to .DAT

Any ideas on  if there is an object on blue prism that can convert an excel file to a data file (from  .csv to  .dat ) or how to go about this in a blueprism process ------------------------------Bunmi OlufekoHead Service AssuranceUnion Bank PLCNiger...

Merge two .dat file after matching first column row

Hi Community,I am trying to  merge two .dat files after comparing that the  first row has the same columns. Syntax for the .dat file is as below(when I open with notepad)Project ID  Employee ID      Project TypeXXXX         xxxxxxxxxxx       xx1 ) Fi...

Resolved! PDF Management

Hello All,I downloaded PDFManagement asset from DX link. The link to PDFSplitter.dll which is needed for this VBO is broken. Could someone please point me to the current link?PDFSplitter.dll link mentioned in the user guide - https://github.com/blue-...

Resolved! Pass Dynamic Argument to Batch File

Hi Community,I am Running Batch file from Blueprism using Utility: Environment --> Start Process ActionApplication : "cmd.exe"Argument: "/C C:\Users\....\test.bat"Batch file Content: ECHOcd /d T:\FolderABCdir /s /b /o:gn >list.csv  It is running Perf...

Blue Prism Resource PC Monitor Asset

​I have downloaded the resource PC Monitor asset to check if a particular resource didn't have any issues to kick start the process. I have downloaded the Guide document and I felt like its difficult to follow the config set up part, where we should...

Resolved! Send .xlsx File using POST API

I have a requirement of sending .xlsx file using POST API.I guess Ideal way of doing this is to use Single File option in WEB API configuration and passing Binary file from process.But unfortunately the WEB API definition does not support the Binary ...