Getting Started
New to SS&C Blue Prism? Get advice on setup, deployment and organizational adoption.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

data stored in process studio does not flow to objects

Hey Everyone, I just start learning blue prism, and one thing I lean from watching the training videos is that data/values should not be stored in objects. Instead, they should be passed down to objects from process studio. However, my object studio ...

35093.png
LeonaC by Level 2
  • 46 Views
  • 2 replies
  • 0 likes

How to Read Data From Web Page ?

Hi All,Hope everyone is safe & secure !How can I read a data from a web page using Code Stage ? I am not so good in Coding, so please elaborate.Data I mean to say, Suppose against "PO Number" 12345 is present. So I want to read 12345.Kindly assist.

Email Automation Filtering and Extraction

Hello everyone!I'm currently studying Blueprism.How do I Filter Emails with a Specific Title / Subject?Then selecting the Filtered Emails so I can Extract Attachments? ------------------------------JOHNREY GABARRA------------------------------

Action Vs Page

Within a process is it better practice to use an Action or a Page to execute different pages? When should one be used over the other?What specifically is the technical differences between the two?

Blue Prism RPA Riders – April 2021

  Blue Prism in partnership with Eduskills Foundation, one of our Authorized Academia Partner in India launched RPA Rider Internship Program during April 2021, with a combined vision to strengthen the RPA foundation knowledge among the students and ...

328.jpg 329.jpg 331.jpg

Certificates for WCF SOAP with Transport Encryption

Hello Guys, I am trying to setup Blue Prism components (App Server, Runtime Resource & Interactive Client) but I am stuck with some questions. I have a requirement to setup with WCF SOAP with Transport Encryption (TLS 1.2) connection mode and followi...

How to Filter a Collection Column?

Hello, Everyone. I just collected a series of data with rows and columns from an Excel File. But how do I filter it out? So I only have a collection with a specific column. Thank you!------------------------------JOHNREY GABARRA----------------------...

SAP Scripting in Blueprism

Basic code for sap scripting in blueprism:Dim session As ObjectDim Application As ObjectDim Connection As ObjectDim SapGuiAuto As ObjectApplication = CreateObject( "Sapgui.ScriptingCtrl.1")Connection = Application.Children(0)session = Connection.Chil...

Automating GuiTable and GridView in Blueprism

How can GuiTable and Gridview be automated in blueprism.Let's say 1. I want to modify a cell in a GuiTable, The write stage in blueprism does not support modifying cell. All that can be done via this element is read the rows.2. Out of 5 rows, select ...

How to Filter by File type from a Collection?

Hello, Everyone. Here's what I have so far. I have an Action that takes Mail ID from the Email to get Attachments. Some Attachments have Images (img) in it. I want to filter out a set of File types but mainly Excel files (xls, xlsm, xlsx, etc.) But ...

547.png 548.png

Checking multiple URLs

All, I have got a requirement to monitor 100+ URLs. An output with Response Code and Response Time is also needed. I have a PowerShell script that does this today and provides the required values. But it's taking time, and we are unable to process th...

How to find the colour on image?

Hi,I need to find the image colour is a Red or Green?  For that, I Just tried with an "image contains colour" action with business object "image manipulation" but I don't know what needs to give in the input colour test to find the colour. Can anyone...

924.png
JamunaT by Level 4
  • 68 Views
  • 2 replies
  • 0 likes