Questions tagged [blueprism]

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

Blue Prism is a provider of robotic process automation (RPA) tools.

Resources

531 questions
2
votes
1 answer

Blue Prism: Read Windows' environment variables

How do I access Windows' environment variables using Blue Prism? I specifically need to get the value of %TEMP%, as I wish to use that value in a file saving action.
Kristian
  • 1,011
  • 1
  • 11
  • 22
2
votes
1 answer

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: Failure in Get Mail function of Blue Prism Extended …
Lina AL
  • 35
  • 1
  • 9
2
votes
3 answers

Blue prism automation

I’m automating importing VBOs to blue prism. I’ve developed successfully up until the final screen where one has to click the “finish” button. Even as a user clicking enter on my keyboard does not work. Please assist - perhaps there’s a shortcut I…
2
votes
1 answer

C# - DataTable within a DataTable

In Blue Prism (BP), there is something called a Collection, which is basically a DataTable in C#. In BP, you can have a Collection within a Collection. My question is, can you have a DataTable within a DataTable in C#? Here is my code below:…
thecodeexplorer
  • 323
  • 1
  • 5
  • 13
2
votes
2 answers

Get a Named Range as a Collection in Blueprism

The BluePrism Excel VBO has Get Worsheet As Collection and Get Worksheet Range as Collection actions, but as an experienced VBA developer, I know it is better to refer to to named ranges. (It makes you less vulnarable to rearangements of the…
Dirk Horsten
  • 3,142
  • 4
  • 17
  • 34
2
votes
8 answers

outlook automation in Blueprism

I am trying send mails using outlook in BluePrism likewise in UIpath. I am new to Blueprism but I don't find an option as Outlook or Exchange Server. I have serached internet and came across a solution of installing Mapiex but I couldn't find the…
user2118799
  • 49
  • 1
  • 2
  • 3
2
votes
3 answers

How to Run Blue Prism Scheduled Jobs on Cloud VM based BOT server

I am having architecture where my BOT server is on Cloud VM. To access that VM, I do RDP. I scheduled all the BP jobs on that BOT on VM. Now when I am connected to VM using RDP and keep the Blue Prism window in foreground, my BP jobs are running…
Ashish
  • 21
  • 3
2
votes
2 answers

Blue prism "The collection has no current rows"

In Blue Prism, after traversing the rows of collection using a loop, if any column is referenced to take first value of that column using CollectionName.ColmName, I am getting error saying "The collection has no current rows." although row count of…
Shivani
  • 101
  • 2
  • 4
2
votes
0 answers

ACE.OLEDB.12.0 - Sharepoint Connection Invalid Argument

For one of the project I make, I need to retrieve list from Sharepoint using OleDB. Below you can see the code I use: string ConnectionString =…
banneh
  • 57
  • 2
  • 9
2
votes
2 answers

Tag filter with OR condition

I have four items with tags "AA","BB","CC" and "DD" respectively. If I want to filter tags in Get Next Item stage such that items with either tag "AA" or "BB" get picked then what should be tag filter expression? I…
Sahil Bansal
  • 45
  • 3
  • 6
2
votes
3 answers

BluePrism - Selecting HTML row

Recently i started working on RPA - BluePrism and i am stuck at one place and not able to proceed further. I have a HTML table and no of rows is dynamic based on search criteria. i am able to get the rows values in a collection. But the problem is…
dhasan k
  • 121
  • 3
  • 8
2
votes
1 answer

BluePrism Java app: Error while spying the element Index was outside the bounds of the array

System.ApplicationException: Exception getting Java Identfier KeyBindings Exception: Index was outside the bounds of the array. at BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo& elementType, List`1& identifiers) at…
Rojer Feds
  • 77
  • 3
  • 9
2
votes
1 answer

Blue prism- How can i get number of rows in a dynamic html table

I am using concept of dynamic path to element to grab contents inside the dynamic table. but still i want to find out a way to get the upper bounds for the captured table. Say, the number of rows and columns of the table element. Path for the…
Maniraj Mkr
  • 133
  • 1
  • 2
  • 12
2
votes
4 answers

Blueprism: how to use the replace function in a calculation stage?

I am reading a text from an application using BluePrism. The text has the following structure (the number varies from case to case): "Please take note of your order reference: 525". I need to be able to extract the number from the text. Looking at…
AntsaR
  • 370
  • 1
  • 7
  • 23
2
votes
4 answers

nternal : Failed to perform step 1 in Navigate Stage 'XXXX' on page 'XXXX' - Not Connected

I am getting "Not Connected" issue while executing a blue prism object. Currently, I'm working for browser application and I have given browser URL and window title in application modeler. If I launch the application by navigation stage it's…
varun.arala
  • 21
  • 1
  • 1
  • 2
1 2
3
35 36