blueprism

  1. A

    Blue prism Issue : not behaving well when running from control room

    Hello guys , I have developed a process completely using blue prism , and it was running in a normal and stable way from both the Process studio and from Control room for more than a month until now . And suddenly today when i try to run the process today from the control room the process...
  2. N

    Blueprism not reading Excel sheet into collection

    we have a requirement where we need to read all the excel sheets into one collection. When we run it in debug mode bot can able to read all the sheets and corresponding data into collection, but when we run it in control room only one sheet data was not captured , bot can able to read remaining...
  3. V

    Blueprism WebServices - Read Top Headlines

    Hi Everyone, Does anyone know any web services that I can use to get Top 3-5 headlines from the tech website? Here is my requirement that I am interested to do, Using an API Call, create a process that goes to your favorite technology news site, pick up the top 3 to 5 headlines, and write the...
  4. A

    how can I call an action (element) from the code block (element)

    For example it seems possible to access elements of a collection in a code block Dim i As Integer For i = 0 To col1.Rows.Count - 1 outText += col1.Rows.Item(i).Item("Order number") Next i But what if i want to do something ore complex like call an action within th Dim i As Integer For i...
  5. T

    How to send email via shared mailbox

    Hey folks I have multiple shared mailboxes and I would want to send email from one of the shared mailbox using Blue Prism. Apart from Mapiex, anything else we can use ? TIA T165
  6. L

    How to get checkboxes value in excel

    Hi all, How to get checkboxes value and their location in excel ? I tried MS Excel VBO::Get Worksheet As Collection,but get noting.
  7. R

    Utility File Management Issue

    Hello All, I am making use of Get Files action with a pattern *.xlsx. It works perfectly fine in one environment and in other it fails drastically. The SUCCESS Flag returns a wrong value even though the folder is empty the SUCCESS Flag returns a True Value. The other issue is with "Check File...
  8. M

    Kill Process Not Working

    Hi, I am using the Kill Process in Utility Environment to kill iexplore. However, it doesn't seem to be doing anything? The process just moves on but doesn't close the application? I am using iexplore as the input value
  9. M

    [Help] Export VBO and import in other Blueprism

    Hi all! I'm new in RPA and also in BluePrism. I've been developing some objects in order to use it in other machine. The problem is that my computer has version 6.6 and the other one a lower version (6.4). I've tried to export obejct (in XML format) and as a release. But I have the same...
  10. E

    AppMan32 has stop working error

    I have a problem ibm mainframe application.I think app. modeller configurations is true: IBM Personal Communicator(COM API). External,32 bit mode. I cant launch Ibm Personal Communicator mainframe app. I get this message when try to run: "AppMan32.exe has stopped working." How can i fix this...
  11. K

    Global Sends Keys Event SHIFT+F4

    Hello, What is the Global send keys event for SHIFT + F4 in Blueprism. I tried the below mentioned format in SAP application however it is not working. <{SHIFT}{F4}>{SHIFT} Can someone please help me on this?
  12. S

    AutoFilter - To filter data between two dates

    Hi, I am trying to apply autofilter to one of my date column inorder filter data between two dates. I am using code stage to achieve this, below is the code I am using GetWorkbook(handle,Nothing).Worksheets(sheetName).Activate...
  13. M

    Identifying Elements On Webpage

    I am launching https://www.ibancalculator.com/iban_validieren.html from Blueprism (Internet Explorer). The application modeler doesn't seem to be able to identify elements. Do I need to enable any settings to do this?
  14. S

    Sending a File as an attachment in to the Body of the POST call

    Team, Greatly appreciate your help here in advance. One of our inbuilt restAPI accepts multipart file as requestparam. In postman we have an option to attach a file to Body, how can I do the same in BluePrism? I am stuck to find ways to attach a file to the BODY in blue prism. Thanks, Swetha
  15. N

    I need help with a process. Can someone please have a look? screen shot attached

    I need help with a process. Can someone please have a look? screen shot attached
  16. D

    BluePrism:

    Hi All, I am learning Blueprism and currently cam across one exercise where I am opening first deal from "Today's deal section" on Amazon India website and trying to get prices and/or reviews of all products when clicked on first deal. To be simple I am doing below steps - 1. Open Amazon India...
  17. D

    Amazon website automatio using blueprism

    Hi All, I am learning Blueprism and currently cam across one exercise where I am opening first deal from "Today's deal section" on Amazon India website and trying to get prices and/or reviews of all products when clicked on first deal. To be simple I am doing below steps - 1. Open Amazon India...
  18. M

    Blueprism Code Producing 403 Forbidden Error

    I am trying to use Blueprism to download pdf files from Sharepoint. I am using the below code. Url and Path are both variables which get passed through. This is producing a 403 forbidden error. I believe that Blueprism is required to pass credentials to Sharepoint before it will be allowed to...
  19. M

    SQL Query Ran Through Blueprism Not Returning Results

    I have a Blueprism object which opens an Oracle database connection and runs a SQL script. This object has been working correctly for the past 12 months. I am developing a new process and the object isn't bringing back any results. If I run the SQL select against the database it returns results...
  20. M

    Run SQL Pivot Query

    Hi All, I have a process which will run a SQL query and put the output into a collection. I need to run a SQL pivot query. The job just runs and outputs blank results. Is there anyway to have Blueprism put the pivot table into some sort of variable or else right it to a file?
Top