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

569 questions
-1
votes
1 answer

How to read list of options from web browser - blue prism

I am trying to read the values from the redbus website "from" field. I type 'b' and all the cities starting with b are listed in a drop-down. I tried to read the values using read stage, get table attribute, but didn't work. I had spied the elements…
Sophie
  • 1
  • 1
-1
votes
4 answers

basic blue prism email login object

Trying to learn basic blue prism. I have made an object to login to my gmail account. It enters the page where mail id has to be entered. The email id gets entered and the next page appears where the password has to be entered. But in the writer…
-1
votes
2 answers

Importing Excel column as number using Blue prism

How do I make sure Blue Prism import the excel data as number, because currently it is picking everything as text.
Zaibi
  • 343
  • 1
  • 12
-1
votes
1 answer

how can i add collection data to csv in blue prism?

i tried to add collection data to Comma-separated values but not able to do if any one can help me on this it will be great help.
Vinay Kumar
  • 47
  • 1
  • 2
  • 5
-1
votes
2 answers

While using Application Modeler Not able to see Identify button after Launch in Firefox

I am using Blue Prism for gmail login test, I want to try with different Browser,I tried with IE every thing is fine but while trying with Firefox, not able to find Identify button after Launch. What would be the reason ? Is there any thing like…
Srinivas
  • 1
  • 1
-1
votes
2 answers

do we have any action to import entire sheet in blue prism?

Do we need to create 1000 fields in our collection, if we have thousand column in our excel sheet?
-2
votes
2 answers

Blue Prism - How filter a collection using NOT operator

I need to filter a collection that have "HoldingSubholding" column, that can have lot of different value. I need All the rows with the values except the rows that have value "A". How can I filter the collection? I would like to use EQUAL NOT, how…
-2
votes
1 answer

WAIT CONDITION IN BLUEPRISM

I am going through the Foundation training for Blue Prism. I am trying to add a wait condition to a process, but the wait condition option is blurred and can not be set.
-2
votes
1 answer

Isuue Regarding Login Agent

We are using Is Logged In action from Log In VBO to check if bot is logged in the VDI or not, this action was always returning True value on our development Machine, But this action Doesn't works on Client VDI it is always returning false. We are…
-2
votes
1 answer

Blue Prism - Hot to use Invoke Javascript function

I have a issue with understanding how in BP Invoke Javascript works? On online SAP system i need to enter a login and password in to 2 textboxes on page. When I run my code in the Firefox console document.getElementsByName('sap-user')[0].value =…
-2
votes
1 answer

Do we really need RPA for Excel automation as the same can be achieved with Excel VBA scripting?

Do we really need RPA for Excel automation as the same can be achieved with Excel VBA scripting ? MS Excel VBO is just another way of representing the vb code to make it more resuable. But i assume the same can be done with VB scripting as…
Arun Pani
  • 9
  • 3
-2
votes
2 answers

How should i enable textfield before entering text using Blue Prism tool?

I'm inputting text in a texbox which is working fine. But there is an existing watermark in the textbox. The entered text in the textbox is inputted as a watermark, hence clicking on 'Next' button results in an error. Can somebody help on how to…
-2
votes
1 answer

Is there a method to add 10 Data items into collection in BluePrism?

I want to add 10 Data items into collection, the collection is empty and it contains one field, i want to add all the data items into this collection
Medbouk
  • 23
  • 3
-2
votes
1 answer

How to connect MySQL server to Blue Prism?

I tried using VBO "Data - SQL Server", by giving the server name as "MySQL Server 8.0", I also gave database name (which is already created) and credentials
-2
votes
1 answer

Why we are not using write stage to write the file name to store the Note pad

In blue prim, to save the note pad file we are passing global send keys "^s". After that in order to write the File name we use a navigation stage. Now my question is why we are not using write stage to give the note pad file name?