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
7
votes
1 answer

Read Thread Is No Longer Alive

I have a blueprism process which attaches to a web page and performs various actions. The process has been running smoothly for six months, but I am now getting an initial error of "ERROR: Internal : AMI error occurred in WaitStart Stage 'Wait For…
Eoin2211
  • 794
  • 2
  • 14
  • 33
7
votes
4 answers

Which RPA tool should I learn being a C# Developer

I am a .NET developer who primarily developed web and stand alone apps using C# since beginning of my career. I am now interested to learn RPA so which RPA tool is best for me to learn where I can use my .NET skills more. I came to know from Google…
user841311
  • 537
  • 3
  • 9
  • 23
4
votes
2 answers

C# Runtime Error when implementing WSSE Security Headers with custom fields in SOAP request

I am trying to send a SOAP request to a web service that uses WSSE and UsernameToken for authentication. The sample query is as follows (masking confidential data):
Vesnog
  • 731
  • 2
  • 14
  • 30
4
votes
9 answers

Blue Prism, Calculation, Replace, Extract Number

I need to extract numbers from the a text in calculation stage in Blue Prism. The text is "Please take note of your order reference: 123" The number"123" changes every in each case, every time a new order has been placed. I need to extract the…
M.p
  • 41
  • 1
  • 1
  • 3
3
votes
0 answers

BluePrism Data Type getting set to Unknown

We have a BluePrism process that uses a username and password for the input to login to a system. However, after spying the elements, one value is always getting set to an Unknown data type. Has anyone seen this before? Interestingly enough, if I…
RPA
  • 31
  • 1
3
votes
1 answer

New processes can't be run using session management, version 6.0 Blue Prism

In my control room there are 2 resources that have each 1 item pending. However setting all filters to "All" doesn't show any unresolved sessions. The first thing I thought was maybe a schedule that was planned in the future but the Timetable seems…
3
votes
1 answer

Using variables in wildcard match for Blue Prism?

I'm trying to identify an element, using "Wildcard" as match type. Say, you click on an element, like a box, on a web page. You'd want that box to contain the word city. In that case, within application modeler, you'd to this: *city* This works…
melihozbek
  • 123
  • 1
  • 8
3
votes
1 answer

Get data from web page using JavaScript in BluePrism

Could someone tell me how can I, in Blue Prism, get data into Data Item from web page using action in Navigate stage Invoke JavaScript or Insert JavaSript fragment? For example I'm using function: function myFunction() {var…
3
votes
1 answer

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 / summary on save in Blue Prism 6.3.0.6190?
Sean
  • 127
  • 8
3
votes
2 answers

Expose Visual Basic string functions

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 inaccessible due to its protection level. Is there a…
3
votes
1 answer

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) that I want to change the data type The data type…
Dalicino
  • 31
  • 1
  • 1
  • 3
3
votes
3 answers

how to get count of collection in blueprism

I am struggling to to get number of rows count from collection variable in Blueprism. Actually I have connected MS access database and ran a query, I am storing the query results in some(X) collection variable. Now I need to know how many rows got…
Jinnendra
  • 101
  • 1
  • 2
  • 7
3
votes
5 answers

App modeller, Identify button not showing up in blueprism spying

I am creating calculator VBO in blueprism object studio. In application modeller I gave calc.exe path and able to launch calculator, but I am not getting identify option to spy on any element.. In Element, After clicking Launch buttion, identify is…
phani_yelugula
  • 291
  • 1
  • 9
  • 12
3
votes
1 answer

Unable to identify remote desktop in Blueprism

I am trying to automate certain things in a remote desktop using surface migration techniques in blueprism. I have to open Windows Remote Desktop and enter the login details, but i am unable to identify it in application modeller. After launching…
Vivek
  • 55
  • 1
  • 1
  • 6
3
votes
2 answers

Integrating Azure Cognitive services with Robotic Process Automation

I have seen Microsoft Cognitive services such as text analytics and some other services. Here I have gone through RPA and now I need to integrate RPA with any kind of Cognitive services, just for a demo purpose. Do we have any reference for that to…
1
2 3
35 36