Recent content by Gary96

  1. G

    Identifying a Google Chrome Window that is launched from inside a PowerBuilder Window

    Hi All, I am looking to see if anyone else has encountered a similar problem and found a resolution. (I hope the explanation is clear enough as it is a tricky one to explain) We have an in house built css.exe PowerBuilder application. It’s a legacy system. The developers have added new bits of...
  2. G

    Filter a large Collection in Blue Prism

    Hi, I have an Excel File with up to 100,000 rows that need to be split it up. I need to filter the collection based on values in a column. These same values are added to their own individual workbooks. (Usually 10-12 workbooks in total) Looping through the collection is not optimal. Is there...
  3. G

    Communicate Power automate Flow results back to Blue Prism

    Hi there, I am currently using - Blue Prism and Power automate. I pass a variable as an input parameter to start a Power automate flow of updating fields on SharePoint from the web API's section of Blue Prism. I have a check in place at the end of the flow to verify that the fields updated...
  4. G

    I need to Query the DB to find out what Tags are associated with Process's that are running?

    Hi All, I need a SQL query to get the corresponding tags from a running process's session ID from the Work Queue. ( I am just looking to check if a certain tag is in the Queue for the current active process) I am getting the list of active session ID's from the below query. Select distinct...
  5. G

    Win32 can't uniquely identify a Microsoft Edge window

    No I can do everything else with regards to spy the window and running the action from debugger will maximize. Its when ran from control room that it can't maximize
  6. G

    Win32 can't uniquely identify a Microsoft Edge window

    Hi, Win32 mapper in Blue Prism can't uniquely identify an Edge window in Blue Prism. I can't activate and maximize. Has anyone encountered this problem before.
  7. G

    Adding time to DateTime

    I have a date time - 23/07/2021 23:30:00 I need to add 1 hour to this Expected result: 24/07/2021 00:30:00
  8. G

    Microsoft Word - Save As Object

    Hi, I am getting a compile error when trying to include a timeout as part of the Save as action for Microsoft word on Blue Prism. Code Stage: ExecWithTimeout(Timeout, "Save As", Sub() Dim doc as Object = GetDocument(handle,documentname) doc.SaveAs(filename) newname = doc.name End...
  9. G

    Outlook VBO Unailable

    Hi, ERROR: Internal : Could not execute code stage because exception thrown by code stage: The remote server machine does not exist or is unavailable. Getting the above error when trying to run Outlook VBO - Get received items basic. This occurs occasionally and stepping through manually...
  10. G

    String manipulation

    Hi, I need to replace the 9th and 10th character in a string with 00 1112223334 - Test 1112223300 - Result 111222333 Test 1112223300 - Result
  11. G

    Blue Prism interpreting % as 0 when inputting into SharePoint URL

    I currently am having problems when writing a URL to an address bar. The % in the URL is getting interpreted as a 0 when written to the URL by Blue prism
  12. G

    Email Notification Action

    Hi, Is there a limit on how many recipients that the Email notification action in blue Prism can send to?
  13. G

    Regtex to check if space between an opening and closing bracket in a data item

    Hi All, Looking to see what is the Regex to check if there is space between an opening and closing bracket in a data item. ( john) True (john) False
Top