blueprism

  1. M

    Password not being recognised when typed by bot

    I'm currently trying to develop on a new platform that requires username and email credentials. When the bot types in the password it is not recognised, however when I copy and paste the info from the data item into the password field it accepts it. I've tried storing the password as both a text...
  2. V

    Automating IE - Active X - Compatibility View Settings

    Hi - I am trying to automate a web page that uses very old technology and only opens while on compatibility view settings. I am trying to capture a table but it is in a form of an image and the table is dynamic therefore Surface Automation might not be possible. Does anyone have any other...
  3. V

    Spying table in IE.

    Hello - I am trying to spy a table in IE. Unfortunately, the table is inside a '(FRAME)HTML'. When i spy the table in HTML mode, i am getting the location as TD(2)/DIV(1)/OBJECT(1) at the end of the HTML PATH and the tag name is 'OBJECT'. I am assuming that it is in the format of Object and not...
  4. M

    Queue Filter Version 6.5

    Hi All, We have recently upgraded to Blueprism 6.5 but don't seem to be able to filter our queues? Image attached Regards
  5. Y

    Unable to Automate proxy settings

    Hello, Is there a way to set proxy in IE? I tried using windows application with executable "C:\Windows\System32\rundll32.exe" and passed CLI params as "shell32.dll,Control_RunDLL inetcpl.cpl,,4" Next step would be to click on LAN settings or send keys alt + l I tried all the way by spying...
  6. M

    How to reference a field from a multi tiered collection

    I am using the Natural Language Google API in Blueprism. This API outputs a collection which contains sub collections. I want to reference a sub column from this collection. However, If I simply use the collection name.sub collection.sub collection.field I get an error. Am I doing something wrong?
  7. J

    The method or operation is not implemented

    Getting the following error in the Write stage. Internal: Failed to perform step 1 in Write Stage 'Write Body' on page 'Add Body' - The method or operation is not implemented.
  8. W

    Failing to attach CMD.exe

    Hi Everybody, I am trying to launch cmd.exe so that I can run some commands through BluePrism. I have created an action stage in Object studio with the Business Object as "Utility - Environment" and the action itself as Start process. So BluePrism launches CMD fine, and then if I try and...
  9. P

    Delete Message (email) in Blue Prism

    I've configured POP3 gmail settings in POP3/SMTP email business object. When I list my emails into a collection , it shows 3 emails being returned from my mail box which is correct. While I attempt to delete , the email is deleted from the collection but not in the email inbox. A quick...
  10. V

    CapsLock issue

    Hello - We currently have a process running where it has to login to a page. The bot is able to login for a period of time and suddenly it starts entering the credentials in a wrong manner (it converts lowercase to uppercase and vice versa)! Has anyone come across such issue and how can this be...
  11. J

    Could not execute code stage because exception thrown by code stage: Method's type signature is not Interop compatible.

    I am getting this error while writing a collection to excel sheet using Write Collection Action in MS Excel VBO. Error Details - Could not execute code stage because exception thrown by code stage: Method's type signature is not Interop compatible.
  12. R

    Get Every Fifth Element from Collection

    Hi. I have a Collection containing a bunch of data. I wonder if its possible to filter it to get every fifth element of the collecation and append it to a new collection.
  13. J

    Word VBO: How to put text in footer and change color of it?

    Hi RPA Experts, I'm a BluePrism beginner and trying to put text in the footer and change its color. What my object does at the point is just open a designated Word doc, and put text in the body of Word doc, not in the footer, and save it. This happens with Word VBO, not with Application...
  14. K

    Row 1 contains and argument that is not defined in the application model

    Hi All! I'm developing in Blue Prism and I have this error message in the error list on the object level: Row 1 contains an argument 'targy' / 'targx' / 'highlight' etc... that is not defined in the application model. It shows this error for more navigate stages. I've checked the application...
  15. A

    drop an item in a website in region mode

    Hi everyone, i have a big problem. I need to write an item in a field inside a website. I ever tried to use html mode to write inside but robot activities are not recognized by the website. That's why I tried to recognize my field in Accessibility mode, however it's impossible to make...
  16. M

    How to execute sql query in BluePrism ?

    Hi Everyone, I have one complex sql query which has double quotes. When I am running in SQL Navigator it is working fine. But When I am running through Blue Prism I am not getting any output. Please advise. Regards, Mani
  17. D

    Drop down select on change

    Hello, i'm currently working on a project and i came across this issue : in a webpage i have a dropdown select menu from which i need to select an item. i spied the element using html mode and successfully selected the desired value. The issue is that there's a span element that changes...
  18. D

    My Process Studio Seems To Be Stuck In Running Status

    I was building an automated process for Order Application System in Blue Prism v6.2 . Seems like, my process hangs when it reaches the action stage to launch the application and then it does not move forward. Also, the status seems to be in Running status when I try to reset and press the GO...
  19. V

    Automate merging files?

    How to automate merging files of same or various types. for ex: pdf with an image file, pdf with pdf? Can we do this using command prompt? or are there any tools that can be automated to use this feature. Thanks in advance!
  20. V

    Get CSV Text as Collection Issue

    Hello - I am trying to get the CSV values into a collection. However, when there is a date item for ex: '5/5/2018' - when it is converted into a collection it is having a text value like '28170'. If the date value in excel is 05/05/2018 - then it is properly being read. How can we solve this...
Top