Search results

  1. R

    Rename work queue

    Hi all, Does anyone have any idea how to rename work queues at control room? Thanks!
  2. R

    Work Queue tag

    Hi all, Just wondering on how work queue works for my project. Tag: Finance, IT and etc Tag: Phone Number: {number}" I want to have finance tag and have phone numbers that does not begin with the letter 8 Finance + [Phone Number] <> 8*" Does this work? Thanks!
  3. R

    Dnyamic xpath workfusion

    Hi all, I could not get the product names from this website successfully. https://www.lazada.sg/catalog/?q=robot+vaccum&_keyori=ss&from=input&spm=a2o42.home.search.go.654346b5JyGWcy I have followed the work fusion guide and set the counters for the dynamic paths. So i am wondering what went...
  4. R

    How many Start Stages can a sub-page in a Process have?

    Hi all, How many Start Stages can a sub-page in a Process have? Thanks!
  5. R

    Blue prism exam

    Hi all, Recently took my blue prism developer exam but failed. Need some advice on data type variables because it seems that i'm getting only 30% right for it. As for the debugging section. I know what F11 and F10 is but i only got 40% correct. Can anyone shed some light on the blue prism exam...
  6. R

    Solved Split text based on a common value

    Hi all, Need help to split text XXX > XXX > XX XX > CC > AAAAAA Characters can vary in length but the common thing is that all have > Need to split it accordingly. E.g. XX goes to Column 1 CC goes to Column 2 AAAAAA goes to Column 3 Thanks!
  7. R

    Solved Add ; to end of every line

    Hi all, I need to add ; to the end of every line. E.g. XXX00000048844; Is there a way to do it without looping? I changed it from collection into a string Thanks!
  8. R

    Split Collection

    Hi all, I have a collection that i want to split using "Split Collection" action. My main collection has several columns including "Date" My input collection 2 & 3 templates look like this. My column name is "Date" for the collection 2 template My output collection, does not have any...
  9. R

    Solved Rename column in collection

    Hi, I have a few columns that i want to rename. Can i use "Set column names from expected collection"? Can anyone show me how the expected collection should look like? The columns names & any rows. I tried following some post but it made my output collection empty and no columns were renamed...
  10. R

    Solved Manipulate string in blue prism

    Hi all, I need to remove the ext part of a filename E.g. Filename.pdf, Filename.xlsx, Filename.xxxxxx Need to remove that pdf, xlsx (ext) part, so that i will only get filename Would appreciate if anyone could help me in this Thanks!
  11. 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!
  12. 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...
  13. 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!
  14. 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...
  15. 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!
  16. 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)...
  17. 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?
  18. 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
  19. 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!
  20. 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...
Top