blue prism

  1. 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.
  2. F

    How can I know how many licenses I consume?

    Hello, I have instances on the same Virtual machine and instances in different VMs. How can I know how many licenses I want? I count the number of instances or number of VMs? 1 instance =1 license or 1 VM = 1 license ? Thank you
  3. 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
  4. 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...
  5. G

    Email Notification Action

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

    Dropdown Selection Not Recognized When Using "Select Item"

    Hi friends, this forum has been a great help to me in the past and I'm hoping it can be once again. BP Version: 6.10.1 Browser: Edge Version 91.0.864.48 Issue: I'm working on a build where I interact with a web application. On this website I make selections in different dropdown menus, and in...
  7. D

    Send email with a template and a not-fixed table length

    Hello everyone, I have to use an email template to send some notifications, The table (Item | Description | Price) could have multiple rows. What is the best way to do this? I used to use an Excel macro, but I don't like that idea. I tried to replicate the template using HTML but the result...
  8. M

    Can't specify a Workbook Name when using Open Instance (Excel VBO)

    Hello, I'm trying to use a mixture of both the default MS Excel VBO actions, as well as some I made myself which are placed in an Extension object. Just now I am: • Creating an Excel Instance in the MS Excel VBO • Creating a new Workbook (normally named Book1) • Writing a collection to the...
  9. J

    Opening Email Template - Outlook Automation

    How to open a email template in outlook using Blue prism automation.
  10. A

    Multiple filter in one column of excel

    Hello..how can I filter one column of the excel applying multiple criteria? Can you help me, I really need help Thank you
  11. B

    Find and remove matching values in collections

    Hi, As part of a larger process I need to sort through Collection A which contains around 5,000 rows at a time against Collection B which can contain a small amount of rows from around 10-30 and if any of the values from B match A then the rows from A need removing. I have attempted this by...
  12. S

    Blue Prism

    Can we delete the user right from Active Directory in Windows using Blue Prism BP
  13. S

    Solved Comparing two Collections and and saving unique values.

    Hi, I'm new to both coding and Blue Prism and i'm looking for some support. I have a a project were I need to compare data from two collections ("Collection_1" and "Collection_2") and pick out any unique rows from "Collection_1" and save in "Collection_3". Both collections only consists of...
  14. A

    Convert text file(Notepad) to Excel using Blue Prism

    This is the text that I need to convert. I tried to put it in a Data Item and then using Split Text to split it. The result is saved in a Collection but only in one column. Is there any other way to throw this text in a collection without losing its structure and to create 6 columns and 4 rows...
  15. A

    Convert text file(Notepad) to Excel using Blue Prism

    This is the text that I need to convert. I tried to put it in a Data Item and then using Split Text to split it. The result is saved in a Collection. Is there any way to throw this text in a collection without losing its structure?
  16. A

    Remove empty columns

    Hi team, i need to delete the empty column in order to "set column name from the first row". I can't use some external code stage, eventually only OLEDB vbo but it doesn't have the DELETE function. How can i manage? Thanks in advance
  17. T

    Could someone list all the differences between the BP free trial tool and License tool

    Hi, Could someone list the difference between the Blue Pirsm free trial tool and license tool in developer prospective.
  18. F

    Find and Replace Excel Code Stage

    I am trying to implement a "Find and Replace" code stage within my Blue Prism Excel Object. The code stage is producing an error with: "Internal : Could not execute code stage: Parameter count mismatch." Any help would be much appreciated The Inputs are as follows: Handle Workbook Worksheet...
  19. B

    How to do attach in a excel web add-in

    Hi All I am doing the automation activity for a excel web add-in , where when I launch a template - it consist of browser portion enabled and I have to automate that browser part and excel side of it as well. So I would like to know how to perform attach operation for the same. Can someone...
  20. 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