Questions tagged [blueprism]

Use this tag for technical and programming related questions about the robotic process automation tools from Blue Prism.

0
votes
0answers
2 views

Schedule process not working in Blue Prism

I am trying to schedule process in blue prism which is not working .. nothing happened .. I have searched all the forums not able to find the solutions .. can anyone help me I went to Schedules -- > ...
-3
votes
0answers
21 views

BP C# excel workbook and worksheet

i am having difficulty using c# in a blue prism code stage to select a named worksheet(input) in a named workbook(input) with a handle(input). Can anyone assist with a code sample so i can experiment ...
-2
votes
0answers
17 views

Create BP flow to compare data from PDF to XML and from XML to PDF

I have got Requirement is to write a utility to compare Data from PDF à XMLS and XMLà PDF in blue prism.
-3
votes
0answers
27 views

Blue prism life cycle?

I was just going through the blue prism concepts. While going through i git a question in my mind that how we are going to follow the process here. For example, for testing we have the STLC. The ...
2
votes
1answer
52 views

Turn off mandatory commenting on save

I'm working on some objects in blue prism and every time I save them it requires me to add a comment or summary. This is annoying; Has anyone discovered a way to turn off mandatory commenting / ...
1
vote
1answer
39 views

Blue Prism - SAP TreeView Integration

I'm creating an automation using Blue Prism for the SAP BMBC transaction. When I "spy"the menu with the results Blue Prism looks like SAP TreeView, this way I can expand the batch field using ...
0
votes
1answer
29 views

How to compare 2 excel sheet in Blue prism

I am new to blue prism. I was going through excel operation. Just came in my mind that if we want to compare given data in one excel sheet with obtained excel sheet data. How we are going to solve ...
-2
votes
1answer
38 views

Not able to spy the menu item in Application Moduler for web application after highlighting the Menu item

I would like to spy on the menu items for the web application in blue prism but I'm unable to do so. When I try to spy on the application I'm getting the below error. Error - Highlighting results -...
1
vote
1answer
39 views

Blueprism - Get all items - Field names are duplicated

I'm trying to import a list from an windows application, but unfortunately, there are 2 fields with the same name. The element type is "List view", and I tried using a "reader" action, and "get all ...
0
votes
2answers
65 views

BluePrism count number of times a character exists in a string

I have a calculation which will remove a blank space and replace with a full stop. This is correct for 90% of my cases. However, sometimes two blanks will appear in my value. For the second space I ...
0
votes
1answer
62 views

How to find the Row index in collections in BluePrism?

I am trying to find a value in collection using "collection contains value" action in Collection manipulation VBO. I want to read the row index of the value read. Can someone guide me.
0
votes
1answer
64 views

Schedule process in background for every 30 seconds in Blue Prism RPA

I had created a process in Blue prism and scheduled it in background for every 1 minute, but now i want to reduce the scheduled time for 30 seconds. Whenever i enter a value under 1 minute it's ...
0
votes
1answer
58 views

How to modify code in Blue Prism to Move folders with all they have inside

I have got an issue where it would be super convenient to move whole folders instead of files. I myself have 0 code writing experience with Blue Prism but went through the code to see if I can ...
3
votes
0answers
71 views

Expose Visual Basic string functions [closed]

I'm trying to use some Visual Basic string manipulation functions in a Blue Prism code stage. Referencing functions like LEN, LEFT, and RIGHT throws an error: 'Len' is not declared. It may be ...
1
vote
1answer
32 views

BluePrism.BPCoreLib.InvalidValueException: Server configuration 'Default' is not defined

when i tried starting the Blueprism server service, it throws an error below. Service.msc In Application Log(Event Viewer) , below error occurs Event Viewer I just need to Configure the blue prism ...
-1
votes
1answer
63 views

Using Blue Prism, how do i store a single excel cell as a data item?

This Cell is B2 and is a number. I thought of using Collection Manipulation but this asks for a Field Name, which i don't have. Can you use a cell reference instead?
-2
votes
1answer
47 views

Filtering Excel PivotTable fields in Blue Prism

How would one apply a filter on an Excel sheet which contains a PivotTable? As part of my requirements, I need to apply filter on a "month" column and select the present month and year from a dropdown ...
2
votes
1answer
139 views

Cannot read Outlook Sent Items with Blue Prism Mapiex Get Mail function

I tested reading mail from Sent Items with BP Mapiex Get Mail, but it only works with Inbox (default folder in action). Folder name is correct (I took it as I see it in Outlook). Error message: ...
1
vote
1answer
85 views

Reset Date or DateTime data item in Blue Prism

I am reading a queue and using an Action stage to "Get Item Data" from "Work Queue" business object. The purpose of my process to prepare a report of the status of the queue items. The "Get Item Data" ...
0
votes
1answer
128 views

Blue Prism unable to identify object“ no elements match the supplied query terms”

I am very new to the RPA and trying to automate a simple process using blue prism(opening a web based application -->clicking on an link and filling the form). While running the object studio step by ...
0
votes
0answers
40 views

How to wait for an image to appear on a certain application?

I am using regions to identify an equal button and i need the application to wait until seeing the equal buttom image, but it pops up an error "Timeout". Here is the steps that i performed: 1- I ...
0
votes
0answers
86 views

Java access bridge - unable to spy java application in Blue prism

When I am trying to launch a java application from the application modeller getting an error as: "Error - Failed to launch application - Could not initialise Java Access Bridge support - Failed to ...
-2
votes
1answer
80 views

Blue Prism calendar

What should I put in the calendar name and where is it configured, how can I change the calendar?
0
votes
1answer
33 views

Blueprism after process ends, welcome program screen shows up

I have some strange issue. I made process, that open special system, open excel read all data, close excel an process it into that system. After all, I close that system. When i start it from process ...
0
votes
1answer
56 views

BluePrism Decision Stage Issue

I have a decision stage using [Current Claim Type] = "DirectPayment". My data item currently has the value DirectPayment. However, the decision takes the no path. If I try evaluating then the result ...
1
vote
1answer
86 views

Namespace - Blue Prism - Alias

Someone knows how I can give an alias for a namespace? I'm trying to use the namespace Microsoft.Office.Interop.Outlook but it is generating an ambiguous error. Description: Compiler error at line ...
1
vote
1answer
178 views

Blue prism - windows press keys

I am trying to download a PDF from a website. Below are my steps. Click Download button from the site. Checking for Save popup, If exists using global send keys to manipulate the saving ...
0
votes
1answer
69 views

Blue Prism - Namespace import

I'm trying to use a Microsoft namespace, I need to enable the option "vote" of outlook, I'm doing it on the VBO - EmailPOP3/SMTP. When I reference the namespace Microsoft.Office.Interop.Outook on "...
0
votes
1answer
70 views

Spy on values in IE dynamically

This is my collection of values that i read from the webpage using get table action. I need to click on the webpage based on these values. The values will change as well as the number of values. ...
-1
votes
2answers
295 views

Formatting Data in excel sheet with blue prism

I'm trying to run a duplicate check In which varying data is pulled from a website and compared to a master list, the master list being stored in Excel. The information from the website is read from a ...
1
vote
1answer
67 views

Unable to load OTAClient.dll in blue prism

I am trying to connect an HP ALM application using code stage in blue prism. However, the below respective dlls are not loaded properly and throwing error Description: Compiler error at top section ...
-2
votes
1answer
68 views

How to identify the internet status of the computer using Blue Prism

So that we can identify the status and proceed accordingly. Otherwise we have to face unwanted errors
0
votes
2answers
220 views

Blue prism Queues: set collection data onto one queue row

I'm out of ideas how to set a collection of multiple rows onto one queue row in Blue Prism. Set data works only with one-row collection. Did anyone used or would have suggestions how to approach this? ...
0
votes
1answer
52 views

Filtering exception report for past 24 hours

Currently working with Blue Prism and I want my exception report to only bring back exceptions from the last 24 hours. I have tried using 'Today()' in the 'Report From Dt' and 'Report To Dt' which ...
-1
votes
1answer
57 views

error in launching application windows

I tried to launch/attach "mmc.exe" in bluePrism but it doesn't work. Is there any solution?
0
votes
1answer
52 views

.msc spy BluePrism

Is it possible to launch/attach .msc programs like "services.msc" in blue prism, cause i've been trying to do so for a while, but I fail everytime. If it's not possible, is there any other way ? ...
0
votes
1answer
99 views

Adding multiple lines of collection text to an email

I currently have a collection that can have between 2-4 rows and I am trying to attach these rows to an email body. However, when I am using the 'Email Notifications' Business Object and the '...
0
votes
1answer
255 views

How to search a text using Enter key in blue prism

I have a search box where I can enter the search text however there is no search button next to it. So we use to press enter button after enter the search text in text box. Please advise how to ...
1
vote
6answers
204 views

Delete duplicates in a single dataset relative to another one in C#

I'm new to C#. Trying to remove duplicates in CollectionIn1 but it doesn't work. No duplicates are removed in CollectionIn. Just to clarify, the collectionIn has [A,B,C,D] and collectionIn2 has [A,...
0
votes
1answer
246 views

How to change column data type in a data table using vb.net

How can I change the data type of data column from an input data table (already filled) in VB.NET, then I'll put the code in a Blue Prism Code Stage where I have in input: Name of the field (column) ...
0
votes
1answer
104 views

Blueprism Process From Control Room Can't See Elements on WebPage

I have a process which uses a web application. The job runs perfectly from the process studio. In the control room it is encountering errors. The process needs to select two text inputs, delete what ...
0
votes
1answer
113 views

How to read table in Word using Blue Prism

I have a table in word document which contains multiple row and column. I wanted to loop all rows in a particular column and read the values. Please advise what appropriate action in the MS Word ...
0
votes
1answer
68 views

Automatically set exception on session end - Exception on Control System - Blue Prism

I have this Exception on my process. I hadn't pending items in the queue and no exceptions appears in the log. The process simply ends after a wait. Does anyone know why this is happening?
0
votes
1answer
96 views

MS Excel VBO Open Workbook Action fails

I am attempting to open an instance of excel from a file path I have stored in a collection. Currently I am using the "read Collection Field" Action to grab my file path from my collection. The action ...
-1
votes
1answer
94 views

Dynamic column value in Blueprism

I am trying to move one collection's single column value to another new collection(let's say collectionB), for doing this I am using calc stage where data is passed one after the another. In the calc ...
-1
votes
1answer
216 views

Get cell reference from the cell value in excel

How can I extract the cell reference eg. A1 or B1.. if I provide the value inside the cell . Eg. if a value "hello" is stored inside A1 , then if I provide hello I should be able to get A1 as output.
0
votes
1answer
49 views

BluePrism Excel Extraction

I am trying to extract values from excel which looks like this: I want to get the values(x or o) for a specific alphabet (a,b,c… so on) based on the current date, for eg: if today it’s 04/19 I should ...
0
votes
2answers
128 views

Blueprism Replace Characters in a collection

I have a collection with multiple columns. I want to search for any characters that have a fada/accent (eg. á) and replace them with the normal version of the character. So á would become a. This ...
-2
votes
1answer
120 views

Not able to spy the pop-up window through Blueprism

I am trying to spy the pop-up window to click "OK" in the pop-up. But I am not able to proceed. As per my analysis, it seems I have to create a new object and then attach it to the main, but I don't ...
0
votes
1answer
47 views

Provide elements as inputs for an action

I want to make my own Utility VBO where I can feed an element as input to an action and it will be used in it as a regular element. An example would be a loop of "Wait until it exists " that I could ...