blueprism

  1. L

    Solved Blue Prism not attaching to Already Opened Browser.

    Hi, I am currently using BP version 5.0.3 I am currently facing a problem where my BP does not attach to an already opened Internet Explorer 11. I provided the Window Title with wildcard included, with the process name, it still is not able to attach properly. When i opened my task manager, i...
  2. R

    Solved Replace " character as _

    Hi all, I need to replace " with _ I'm using this replace action Replace([InputString],""","_") I can't rmb how to treat ". Can anyone kindly help? Thanks!
  3. L

    Alias for namespace - Global Code

    Someone knows how can I give a alias for a namespace? I'm trying to use the namespace "Microsoft.Office.Interop.Outlook" but it is generating a ambiguous error. Description: Compiler error at line 5140: 'Exception' is an ambiguous reference between 'Microsoft.Office.Interop.Outlook.Exception'...
  4. R

    Solved Spy on URL toolbar

    Hi all, I need to spy on the toolbar and write in the URL. When i spy on it, the element either becomes Toolbar or Edit. If i spy on the URL box, it gives me Toolbar. If i spy on the URL words, it gives me Edit. Does anyone knows which one is correct? So currently, i spy on the element and...
  5. R

    Solved Close IE browser tab in blue prism

    Hi all, I need to close the browser tab as shown. I don't want to close the whole IE. Just the tab at that position? Is there a way to do it? Thanks!
  6. R

    Click on values in webpage based on collection

    Hi all, So now i have a collection that i read in from my webpage. How do i find & click on the values based on the text in my collection? My collection is like this Field ------ Value1 Value2 and so on.. So what i want is to find value 1 in the webpage, and click on it. I can put a loop for...
  7. R

    Need help to spy HTML table

    Hi all, I'm trying to spy the table using HTML mode. But it's not detecting the HTML table. Also, the spying region seems really weird. Can anyone help to take a look? Thanks!
  8. R

    Check if HTML element exist dynamically

    Hi all, /HTML/BODY(1)/sly(1)/DIV(2)/DIV(1)/DIV(1)/DIV(1)/SECTION(1)/DIV(2)/FORM(1)/SECTION(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(2)/TABLE(1)/TBODY(1)/TR(1)/TD(3)...
  9. M

    How to kill task manager process BluePrism

    When I try to kill the process from task manager it gives error at initializing stage can any one help me please I am new to Blue prism thanks error : Page: Initialise Stage: Stage1 Type: Error Action: Validate Description: Compiler error at top section line 30: Type or namespace definition...
  10. V

    Getting error as "Internal : Could not run the object because one of the code stages has a compile error" while trying to send email via MAPIEX Object

    As seen above ,i am getting error as "Internal : Could not run the object because one of the code stages has a compile error, use Check for Errors for a list of problems" while trying to send an email using MapiEx Business object. But when i check the error logs there are no errors related to...
  11. R

    Download PDFs using a list of links

    Hi, I have a list of website links. Is there a way for me to click download the PDF straight from the link? Or i can only open up the link, click the save as PDF icon, close the link and repeat for the rest?
  12. R

    Spy fields in webpage

    Hi all, Need help to spy this table(?) when i spy it, it says HTML element and not table I need to put in values inside the fields, change AND to OR. Would it be possible? Already tried to use get table action. But it says that the photo that i attached is not a HTML table. Thanks
  13. V

    Automating PEGA using Blueprism

    Has anyone automated PEGA using Blueprism? In HTML mode the paths are changing and the changes are unpredictable and too varied to catch. Any luck?
  14. R

    Sort collection by date

    Hi everyone, I need to sort collection by date. From latest to oldest. Currently the dates are like this are in the form of oldest to latest because i use add row in collection. So it adds a new row at the bottom. Anyone can help? Thanks!
  15. R

    Solved Send email with HTML table

    I'm using Outlook VBO Created instance and using send email action I need to send an email with a table that consist of values in the collection. Here's an example of my collection Column1 | Column2 --------------------- ABCDE | ABCDE ABCSS | ABCDE ABCAA | ABCDE I'm using calculation...
  16. R

    Solved Get page name of the process

    Get page name of the process. I have a few pages, whenever the process runs, i want to get the page name when it's at that page. Is there any action that does so? Thanks!
  17. R

    Solved What is the handle in blue prism for?

    What is the reason for using a handle in blue prism for? I keep using it but i don't know why i am using it. Is it to count the number of files? Can i use the same handle throughout the whole process? Even with different pages? Thanks.
  18. R

    Solved Insert new column from another collection

    I have 2 collections, A & B. Collection A consist of 1 column called Folder Collection B consist of 1 column called Value I need to insert the column value from B to A so that collection A will have 2 columns with Folder and Value. Both collections has the same number of rows. Anyone has...
  19. B

    How to Get the Recent Gmail Emails Using the Email-POP3/SMTP VBO

    Hello, guys, I am getting the Gmail emails from old to the latest and it limits after a count of 278 ,so I am unable to get the recent emails using the Email-POP3/SMTP VBO anybody please help me to get the recent gmails.
  20. R

    Remove duplicates between collection using code stage

    Hi, I am trying to remove duplicates using code stage. Collection 1: Attached pic (2 Columns, Folder and test are the column names) Collection 2: Attached pic (1 Column, Folder) Compare the two collections and remove the duplicates in collection 1. Here's the code, which is from this very...
Top