Search results

  1. J

    BP crashes when trying to use LoadBinaryFile function on PDFs size greater than 50 MB

    BP crashes when trying to use LoadBinaryFile expression on PDFs size greater than 50 MB - does anyone know if there is a limit to Blue Prism's LoadBinaryFile function? If so, is there a way to increase it or an alternate method I could use to convert large PDFs into binary files to upload to an...
  2. J

    Appian VBO with File Download

    Appian will have to create an API GET call that allows the blue prism web service to cast the binary files to a local folder
  3. J

    How to delete duplicate rows in collection

    Hi VJR, Can you provide the macro code to johnpwright01@gmail.com ? Thanks in advance. J
  4. J

    Certification issue while posting a data to the secured URL.

    Hi Sachin, I am wondering where you placed the line mentioned above? In the API call or in the custom code section of Web Service API in Blue Prism? Thanks, J
  5. J

    Certification issue while posting a data to the secured URL.

    Hi Manzur, Has there been a solution to this? If so, how? I am experiencing the same dilemma. J
  6. J

    Unable to spy elements of ServiceNow in BluePrism

    Hi Santi, Can you provide more detail about where to find the Service Now APIs?
  7. J

    How to Activate a Web Application in Process Studio

    Hi BenKaba2, I would suggest using the UIA spying method. J
  8. J

    Collection Manipulation - turning row data into column headers

    Hi VJR, In the photo, the Excel screenshot on the right was suppossed to replicate a collection, sorry for not making that clear. But I have made a change in the input source to provide what I needed. We can close / delete this post as it does not solve anything. Thanks for the help anyways...
  9. J

    Collection Manipulation - turning row data into column headers

    Hello Forum, I am trying to compare two data sets in collections but they are coming in as different forms (see below). On the left collection we have "Engaged and Reached" under column "activity type" and I would like to manipulate that collection to reflect the collection format on the...
  10. J

    Another way to execute SQL server manangment studio queries

    Hello Forum, I can execute SQL queries successfully on my local machine because I have SSMS installed, but the interactive development client (cloud) I need to move to does not support SQL server management studio...so I am looking for a work around. Any help is appreciated!! -JDEV
  11. J

    SQL Server - Get Collection

    Thanks VJ, I applied the following code block in the Get Data Table action on the 'Get Collection' tab and it has seemed to work thus far... Using cmd As New SqlCommand() cmd.Connection = moConnection cmd.Transaction = moTransaction cmd.CommandText = SQL...
  12. J

    SQL Server - Get Collection

    Hi VJR, Thanks for the reply. I have tried both methods and am still seeing problems. Is there a way to alter the VBO BPA Object -Data - SQL Server code to increase its wait time?
  13. J

    How to Trigger a Process while a mail arrives?

    Hi tgundhus, I would love to see your BP solution as well. Email ID: johnpwright01@gmail.com I am also curious to hear if your solution works for gmail or lotus notes? Thanks, John
  14. J

    SQL Server - Get Collection

    Hi, I am sending a query to get collection using the SQL Server VBO, but due to the long execution time on the SQL Server, my action in BP is timing out. "Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding." Does anyone...
Top