Search results

  1. R

    Set Collection Field Overwrites Previous Values Rows

    Hi everyone. I hope everything is well in these crazy times. So I have a problem when I am trying to Set Collection Field in my collection and that is that it overwrites previous values on other rows. I have my collection with 3 rows, I write in values on the first row and goes to row number two...
  2. R

    Dropping leading zeros in CSV file

    Its Excel that is removing the leading zeros. But that can be fixed in Excel. I have also noticed that the Get CSV Text as Collection also remove leading zeroes.
  3. R

    Utility - File Management - Get Files

    Good idea.
  4. R

    Utility - File Management - Get Files

    No. I tested it on pdf files and the setup looks like this: Then the utility setup should look like this:
  5. R

    Global Send Keys and Send Key Events

    For example if you want to press F1, you just put it like this: "{F1}"
  6. R

    Unable to match the element with the query Item

    What you need to do is to look over the elements that you choose as uniqe identifier in the application modeller when you are spying. In the drop-down list you can use the "Select Item" after you have spyied it. This function requires the exact name of what you want to select and it will work...
  7. R

    How to loop in excel vbo

    What you need to do are to use the Loop action that you will find in the Tools area of Blue Prism.
  8. R

    Start blue prism process by email request

    Since there is a VBO for Outlook I would use that. But since you want to read directly from the server, one idea could be to create your own VBO in C# to try to solve it. When it comes to not using Scheduler I think that you must use it to set it to run at some time.
  9. R

    How to Spy elements in google Chrome using BluePrism

    One thing I have noticed is that Blue Prism with version 6.0 to 6.3 have issue spying Chrome with verison 74.x, but no issue when then Chrome version is 66.x
  10. R

    Write to Textbox Input with Autocomplete and Select from dropdown [HTML]

    thanks for the response. I actually solved this by clicking the textbox and the use Windows Press Key that you get when you spy the window in 32 bit-mode, works like a charm. Thanks for awesome input.
  11. R

    Write to Textbox Input with Autocomplete and Select from dropdown [HTML]

    Hey everyone. I have a little bit of a tricky situation. There is a webpage that has a input that has a autocomplete feature, as you write in it, it will give suggestions as you type (Similar to google). Now to the problem, if you click the textbox and write with the use of the keyboard it will...
  12. R

    How to Spy elements in google Chrome using BluePrism

    One thing that can solve this is to download the latest version of Blue Prism, wich has fully integretade chrome support.
  13. R

    Reading and splitting values from a Config file

    No problem, now this do not answer your question when it comes to splitting, but this is one ways i would have done it.
  14. R

    Reading and splitting values from a Config file

    CONFIG FILE So the first thing is to make a config excel file (or CSV). The excel could look like this: PROCESS TO GET DATA Now its time to get the data and use it some how, so here it could be a idea to add this to a collection and then read from the collection. INSTANCE First we need to...
  15. R

    Reading and splitting values from a Config file

    You could do this in just more than one way, you could save all the data in a excel file or as an csv and then take in the data as a collection.,
  16. R

    MS Outlook VBO and Blueprism v 6.4.1

    Whould be great if you could add the compiler error message so when can analyze it.
  17. R

    Global Send Keys and Send Key Events

    thanks, this was really useful. Now I know that Sending Keys is little of a last resort when it comes to solve a problem since it can give you some unwanted results.
  18. R

    Get Every Fifth Element from Collection

    Hi. I have a Collection containing a bunch of data. I wonder if its possible to filter it to get every fifth element of the collecation and append it to a new collection.
  19. R

    Global Send Keys and Send Key Events

    Is it possible to send "Return" command? I write something in a textfield and then want to press enter?
Top