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…
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…
I am trying to add one of the google vision API feature in the blue prism but I am getting the error
"Internal: Could not execute code stage because an exception is thrown by code stage: Could not load file or assembly 'Google.Apis.Auth,…
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):
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…
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…
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…
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…
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…
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…
I am trying to mouse hover a menu option using blue prism. I tried HTML/Win32/AA/Region mode while spying but none of them worked. If I click on that element, I will be navigated to a different page.
Any pointers will help.
Thanks
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?
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…
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…
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…