Search results

  1. S

    Issue with MS-Excel VBO Save As Action

    Hi, some potential reasons: - user rights for accessing the shared folder. I can't count the number of times we had the issue, when user rights are somehow disappearing (double check folder and sub-folders too). - I noticed strange behavior with shared folders depending on how do you provide...
  2. S

    About nested collections

    Hey, a bit off topic, but I was looking for an answer and stumbled upon this post, hope it helps somebody too. I was looking for how to add a nested collection to another collection in a loop. By default, you can only append text or number field and if you try to add a collection there you...
  3. S

    ERROR: Internal : Unexpected error The handle is invalid since enabling screen capture

    Hey, i don't think it's the issue, cause we have Login Agent process before all our process. I managed to re-create the issue once just randomly playing around with a wait stage (where surface automation is used).
  4. S

    ERROR: Internal : Unexpected error The handle is invalid since enabling screen capture

    I've just got the same error with the same pre-conditions. Wonder, if there is a solution.
  5. S

    Regex in Blue Prism

    Solved myself. First thing you want to do is to delete all NewLine() from input text with simple Replace(NewLine(), ""). Then just this regex: "(OP \d{4}\/\d{2,3}\..{2}3).*(?:4698 003 0015).*(OP 2019\/51.IZ4)" and voila :) Seems that there is an issue when using regex in BP when there are...
  6. S

    Regex in Blue Prism

    Hello guys, i'm using Utility - Strings (Extended) VBO with Regex V2 action (It came with the example process of how to parse text at the Blue Prism digitalexchange - really useful thing). It works just fine and way better then the standard one from Utility - Strings. However, the following...
Top