Recent content by SERBEM

  1. S

    How can I write at password into a command line?

    Hi all, I have a problem launching a application, it startsup with a .bat file in a command line, but than you need to enter a password into a command line. I already have another command line open (with the same name) in the server. How do I get the password into the command line? I tried to...
  2. S

    Senior RPA developer in Blue Prism - motto: almost everything is possible, not always the...

    Senior RPA developer in Blue Prism - motto: almost everything is possible, not always the easiest way to reach from A to Z. Try all alternative solutions
  3. S

    Unable to Spy Anything In MS Edge After Launch

    Try use Chrome instead, that worked for me
  4. S

    EXCEL IF THEN STATEMENT FOR CELLS

    I would import data to a collection and make a loop to do this check/correction
  5. S

    Set data item value to collection

    You can always add a data item into a collection, there is some actions under collection manipulation. You can either ad a row to the collection and add a data items to alle rows or you can specify witch row you wish to add the data to, or you could loop true the collection and add an data item...
  6. S

    Filter last 90 days data from excel which is in text format

    Could you maybe sort you data so that the newest or oldest came first and than read the last row and convert to date? If not we need some more info about what you build with screendumps to help you out
  7. S

    Could not execute code stage because exception thrown by code stage. The handle is invalid

    I guess that this exception is comming because the robot is on a wrong page or has focus to a wrong page. I have seen such error a few times. Maybe you could Activate application before you do this action. Or another way arround could be to minimise some windows and than maximize the one the...
  8. S

    Maximum time in wait state

    You can have a wait stage for several hours - so there is no problems with two hours. Dont know if you are waiting when a program is doing something, or you could use defer an item and try again a bit later
  9. S

    Blueprism- how to add identity and add-duplicate rows in Blueprism queue

    If you still have problems with this I could load a little code stage I done, checking for dublets in a collection from Excel, as I sometimes getting a input file with dubletts
  10. S

    How To Combine multiple Excel into 1

    I have one proces that ends up with 4 different Excel workbook - that I have to merge in my last step. I simply import the 1st. Excel workbook into a Collection than import the next one into a temp. Collection and then Append Rows to Collection - empty the Temp. Collection and repeat untill...
  11. S

    Email Notification Action

    Donno - we have tryed with up to 10 Email adresses - but if you need to send to more, you could maybe loop true a list or recipients?
  12. S

    Monitor control room

    We set it up so we only getting mails or messages on terminations
  13. S

    Monitor control room

    We have build in that if a proces fails someone in our team is getting a txt message on the phone or an email with the exception details
  14. S

    Spying save As window

    Hi mr.bot123 I have noticed that not every save as pop-up windows are equal to each other. But here is one example - see Attach files. In click in names second line I have text parameter [Filepath] I hope this helps you further. In one example I couldnt spy Save as - there I spyed Save and...
  15. S

    How to use Microsoft Edge in Blueprism

    yeah its Edge on Chromium that's supportet - we are just waiting for some fellow colleges are upgrading BP and Edge on our server
Top