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

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
  • 192 Views
  • 2 replies
  • 0 likes

User access review

Has anyone used BP for user access review for each system in your company? I'm starting this project and wanted to know if anyone has ideas on what works and what doesn't. All thoughts are welcome.Thank you!------------------------------Austin Poehle...

PDF Reading

Hi I need to read a file. But spy mode is not working(win32 mode, regional mode). UI mode works but if uncheck some if attributes which are dynamic....it won't recongnise------------------------------Karthik Ballary------------------------------

Resolved! Hand-over to a client.

I am new to blue prism and I am currently working on an automation. My question is, what is the best way to give the automation to the client in a way they can run it easy? I have experience of working with Uipath and there we simply deploy our code ...