blue prim

  1. J

    Issue with Google Drive API V3

    Hello, i need your help. I'm trying to use the Google Drive API V3 but, i can't get any file. We configured the google's credential service, and configured the Google OAuth2 JWT Credential, but when i try to get a file with the drive library i have recived the next message: Internal ...
  2. S

    Split Text with multiple Delimiters

    Hi, I would like to split collection column based on multiple delimiters like "," ":" " " "/" etc. I tried with Utility String VBO but it seems like it allows single delimiter. Is there any other option to use multiple delimiters in single action stage? Thank you
  3. V

    Filter collection

    Hi, Could anyone help in filter collection. where I have current values with 5 different Reservation date and time. I need to exclude only 12 am. I have tried using "ReservationDateTime <> '12:00:00 AM'" - Its not removing the specific row if I give this expression.
  4. R

    ERROR: Your program is not connected to a host session - IBM AS400 Mainframe

    Hi, I've run into an issue when restarting my mainframe application. As it is easier to restart the mainframe application when an error occurs and get the next item I receive this error. After I get and exception, I restart the mainframe and login again. When stage Write is used to enter in...
  5. P

    Click / Global send keys in Chrome not working from control room / step over run.

    Hi All I am trying to automate a web application using chrome browser mode . Inside that there is a date field where I want to paste a value . This field is little tricky as it have a default value(current date) in it and when I try to paste the value using write stage , the value is getting...
  6. A

    How to use Left Join in Blue Prism?

    I am new in Blue Prism. I have two collections with different column numbers but one common column name Customer_ID. How can I merge/Join Collection 1 with Collection 2 into One Collection based on Customer_ID.
  7. H

    How to integrate dropdown list using BP

    I would like to send an email and this email should contain a column that gives me a "dropdown list" so that the receiver of the email can choose from the options and reply back. How can this be achieved by using blue prism?
  8. L

    Extract a table from SAP

    Hi! I wanted to extract a specific field in a table from SAP. However, when testing with more examples I realized that the table can change, as it may have fewer or higher number of columns. So, I am trying to extract the SAP table as a table and put into a collection in Blue Prism by using...
  9. A

    Only one Machine/resource found when i connected to Blue Prism server in both Host & VDI?? instead of two!

    To test login agent i have installed Blue Prism in my Virtual Machine. But when i connected to the Blue Prism Central server only one resource is showing in both Host & VDI. I have installed login agent in both Host & VDI. But i'm not understanding why it is showing only one resource!? Somebody...
  10. G

    Outlook VBO Unailable

    Hi, ERROR: Internal : Could not execute code stage because exception thrown by code stage: The remote server machine does not exist or is unavailable. Getting the above error when trying to run Outlook VBO - Get received items basic. This occurs occasionally and stepping through manually...
  11. P

    Unable to Login Run Time Resource

    Hi All I am experiencing an issue where the runtime resource is showing as connected and when I run login it is getting terminated. Attaching the error screenshot I am getting from the resource pc (screenshot took via the help of IT Team) . Due to this we are unable to run any process in the...
  12. G

    Blue Prism interpreting % as 0 when inputting into SharePoint URL

    I currently am having problems when writing a URL to an address bar. The % in the URL is getting interpreted as a 0 when written to the URL by Blue prism
  13. S

    Excel VBO create instance in debug mode Issue

    "Internal : Could not execute code stage because exception thrown by code stage: The remote procedure call failed. (Exception from HRESULT: 0x800706BE)" We are getting this error while we are using Excel VBO create instance in debug mode.
  14. B

    Collection items into Data Item

    Hi, Is it possible to take the rows of data from a collection and concatenate them all into individual rows in a data item? I've tried looping over the collection in a calculation stage but this simply overwrites the value in the data item each time rather than creating a new line and...
  15. R

    passing arguments from Blue prism to python script

    I have developed a python script and need to integrate the script with Blue prism. But I cannot find a way to pass text arguments from BP to the script. How do I do that?
  16. R

    Want to upload a file by calling a post web api in blue prism, with some metadata in model

    here is my c# model that I need to pass as a request in WebAPI- public class AddTaskRequest { public Guid AccountId { get; set; } public Guid ProcessId { get; set; } public string Description { get; set; } public Int16 Priority { get; set; } public...
  17. A

    Execution python code in BluePrism

    Hello everyone, I have python code and want to run it on bluePrism. For that I used (start process action from Utility environment). For a single class python code, it works fine but if i want to add a call to another class, it doesn't work (look at the attach files). Any idea how to fix this...
  18. N

    Non English character to English character in BP using VB .NET

    Looking for a function in Blue Prism to replace non english characters with english characters. Example: Input: Andrés Chávez Output: Andres Chavez
  19. M

    SAP Treeview not working

    Hi Team, Am working on the SAP process. While extracting the "tree view" , am not able to spy the element. but in code stage its working fine, but when the expand node number is changed in prod, its not working. can anyone help me on this, how to click on the particular element which we...
  20. J

    Blue Prism - Open new URL in same browser tab - Chrome/MS Edge

    Hi Everyone, Hope you are having a great day. Pardon me if I am posting something really silly. I found out that while working with Chrome/MS Edge there is no predefined action provided by blue prism to open a new URL in same browser tab. So I found out below solution. 1. Add a new web/html...
Top