Search results

  1. B

    Capturing exceptions in collection

    HI in a 10 times loop i want to resume the loop after an exception ( written to the exceptiondetail() ), but i would like to capture all into a collection. How can i best realize this ? Many thanks, Ralph
  2. B

    exception detail collection

    Hi all if i loop say 10 questions, and 3 of those result in something that is considered an error and fall into exception, how can i generate list of these three exception handling returns? Obviously all 10 are looped through a resume stage. My wish to to have all three mentioned in an email ...
  3. B

    Wait for cmd.exe to finish

    Hi how can i have the process wait effectively until a batch file run under cmd.exe ( and opening the cmd exe screen ) is closed? I tried the VBO under environment but somehow it doesnt stop it from running the script directly to the end. Many thanks! Ralph
  4. B

    Blue Prism running macros from another Excel than the open instance

    Hi all i have several files in which i have assigned a button to a macro in another excel file: once triggered it runs the macro on the open file. Can i cover this action as well with the Excel VBO - run macro? Do i need to add the full path of the macro containing file incl. the macro name...
  5. B

    Get files from subfolders containing specific name in collection

    Hi I have a folder which contains a lot of sub folders . Within these sub folders i want to search for specific files name with a wildcard, and store those in a collection, for further use. I now i can use get folder to collect all sub folders , but what objects/calculation can i use to...
  6. B

    Add only one process to queue ( Control room)

    HI i would like to add only one page reference to the control room and mark as complete once the page is finished ( the page contains all the actions needed). I assume the option "add to queue" will do the trick, but the page is standalone and not a collection i want to add. Also do not need...
  7. B

    Loop process with different credentials

    HI i have a working process in place that needs to run twice , picking a different password in the second loop. If i want to put that in the recommended BP templates, what would be best practice, involving a get next item, to get that realised? Thanks ! Ralph
  8. B

    Blue Prism : Read process password in (multiple) objects

    Hi I am trying to have a few passwords, stored on a main page in a process, read by one or more pages in an object. I know this has to be set up through input /output , but i do not seem to manage to get it done? What 's the catch on this one? Currently i set up all my password data in the end...
  9. B

    Spying IE11 custom level security settings

    HI am trying to switch between "enable" and "prompt" in my IE11 security settings ( through custom level option). When i spy, it returns a lot , but not the particular combination ( launching applications and unsafe files, enable). How can i make sure it presses the correct option out of this...
  10. B

    Copying excel single row B-L , paste until last entry column M

    Hi, i have data pasted in an Excel starting from Column M to column Z , multiple lines. Also have vlookups in the columns B- L, which i want to paste in all rows B-L , until it recognizes the last entry posted on M ( like the "fill"option in Excel ). I copy the first line B-L , then paste it...
Top