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 I know how to save the exception but after the first loop it will overwrite. My goals is to save the output messages subsequently. Thanks! :)
  3. 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 ...
  4. B

    Wait for cmd.exe to finish

    Hi Thanks for all info, utlimately only one thing was bugging the process- which was a missing line in ATTACH element cmd.exe , windows Title "C:\windows\system32\cmd.exe" Many thanks for your valuable input !Ralph
  5. B

    Wait for cmd.exe to finish

    Hi somehow it doesn't seem to pick that up.. Does it require to type the whole path of cmd or a specific action to recognize the open program? Many thx Ralph
  6. 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
  7. B

    Blue Prism running macros from another Excel than the open instance

    Hi Sukesh, thanks, but the button is indeed only there to trigger the macro on the other file. If you're saying the file containing the macro needs to be open at all times to activate the macro, i possibly would skip the button. Was hoping to trigger it without opening it? Thanks for your...
  8. B

    How to Remove Excel Filter via Blueprism RPA

    but you already knew that :)
  9. 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...
  10. B

    How to Remove Excel Filter via Blueprism RPA

    Hi Sivagelli , and right you are :) Folling the above setup works 100%
  11. B

    How to Remove Excel Filter via Blueprism RPA

    Thanks for your reply ! So i cant creatie a single action, it has to be a new page in the Excel VBO ? Many thanks !
  12. B

    How to Remove Excel Filter via Blueprism RPA

    Hi i am trying this setup, but it states compile errors like te attached, how can i solve those? Many thanks for your help :) Ralph
  13. B

    Chr(34) giving error in code stage

    HI I have a similar issue, i have following text entered in my code to remove filter from excel but it states "not declared "instances at xlhandle,getworkbook, wbname and wsname. Dim ws As Object ws = GetWorkbook(xlHandle, wbName).Worksheets(wsName) Dim table As Object For...
  14. 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...
  15. 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...
  16. B

    Loop process with different credentials

    Thanks a lot Sivagelli!
  17. B

    Loop process with different credentials

    Hi Sivagelli please find attached...what it should do is go through the flow twice, where CONNECT contains three action stages to login with the three related credentials... Thanks !
  18. B

    Loop process with different credentials

    HI Sivagelli thanks for this, but if i enter a loop i need to import a collection, i cant't import an action stage? Kind regards Ralph
  19. 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
  20. B

    Blue Prism : Read process password in (multiple) objects

    Hi RavitejaKiran, very clear, and it works like a charm :) Many thanks for your reply ! Best regards Ralph
Top