Search results

  1. A

    difficulty spying fields

    ensure that your browser zoom level is set to 100% and scaling of your display is set to 100%
  2. A

    Urgent: How do i filter multiple rows in Data Collection?

    just remove "[TXT Files.Name] =" that should give you the required output
  3. A

    How to read xml and store/process data as collection into blue prism?

    @jigibaby1 you can use inbuilt VBO Utility XML to convert XML data to a collection by using XPATH or Node.
  4. A

    MultiBOT Concept

    @kirankumar you can run multiple processes at the same time provided you have enough licenses and at least one of them is a background process and the other can either be a background or foreground process but not exclusive.
  5. A

    MultiBOT Concept

    Create a schedule that runs the process on different bots that start at 12 Noon and have a stop time of 14 hours in the process. Ensure that you have environment locks in place if you are dealing with work queues and loading them from files or writing results to a file.
  6. A

    Surface Automation in Blue Prism

    This is doable, You can create different regions based on the templates of invoices and retrieve data. But OCR is not reliable enough to say it can read with 100% accuracy. are you willing to automate with the risks associated with bad data?
  7. A

    Excel close instance error

    how large is the excel file, if too large try using Data - OLEDB object to connect to the file
  8. A

    Selecting a row in a nested collection

    nest your loop and have a decision stage to get that row item.
  9. A

    Specified cast is not valid

    lets assume that you are trying to cast text value "abc" into a data item of number you would receive such error. In order to fix your issue, you need to cast item into a data item of same data type. Post screen shot/ provide more information to help you with this.
  10. A

    Attach issue

    Also try using Child Index (Usually 0, if you just have one tab) in your attach stage to properly attach to the browser
  11. A

    What is Blue Prism Listener?

    It is the service that runs on the BOT to receive and execute process requests.
  12. A

    Terminate a stage after 10 mins

    Hi Guys, I need to query a database, if the query execution takes more than 10 mins, I need to terminate that stage and move to next item in the work queue. I understand that I can set a warning threshold but I would like to know if i can terminate that particular stage. Thanks in advance...
  13. A

    Exception Handling

    Hi Avinash, When you are selecting Preserve Exception, it means that you want to re-throw an exception that occurred in the child pages or the previous page.
  14. A

    Interacting with SAP Top Menu Bar

    Apart from the ways that are already put in here, you can always go with Surface Automation when rest of the things fail. You can also use SAP recorder to give the code for you and use that code in a code stage to get things done.
  15. A

    How to rename the Process Name and Object Name in Blue Prism

    You can create a release and import it. While importing the release you will get an option to rename the process or object
  16. A

    Join Two Collections

    I have made a short video for you to watch and understand, hope this helps.
  17. A

    Join Two Collections

    You can simply add rows to your collection 2 and use a multicalc stage to add data or simply use Append Rows to collection VBO to achieve the same.
Top