blue prisim

  1. B

    How to make specific phrase bold in MS VBO

    Hello, I need to make a specific phrase in MS Work bold. My initial thoughts were to use the following actions from the MS Word VBO: Find Text Replace Highlighted Text, and set the 'New Bold' parameter to True (see below). This, however, neither replaces the phrase, or makes it bold. I...
  2. N

    accidentally deleted my DATABASE connection from Blueprism and all my BOT's are lost

    Hi Friends I have accidentally deleted my DATABASE connection from Blueprism and all my BOT's were lost, is there anyway to get my lost xml files? Currently I am trying to configure new connection with same Connection & Database name but getting attached error. Here are few more details:- 1- I...
  3. K

    How to get a cell reference as a whole?

    Hi I want to create a page called Delete Data in an object to delete data using Excel VBO. I need to create it as a page so that I can reuse it. The Delete Data page first selects a range and deletes the selected rows. It seems simple, but the action Select a range came requires Cell Reference...
  4. R

    Application modeller can't recognize Oracle forms web

    Hello. I have the next issue. I'm trying to attach an already running java application, to be more specific a oracle developer forms application. this application is launched manually from Citrix(web). And I don't know how to recognize it, I already try with java-base application and...
  5. I

    Needing Help with Choice Stage

    Hi all, A bit of a random one but I need a bit of help with a Choice Stage should hopefully be a simple one. I need essentially to have 3 choices: Choice 1 = Value 1 Choice 2 = Value 2 Choice = Any other Value that is not 1 or 2 I've tried using the OR and Not Equal expressions but they are...
  6. N

    Java mode spying of a Table

    I have a situation where I have to use Java mode to spy Tables which will have numbers of rows which will vary from time to time. At the moment, I am able to spy elements based on a fixed number of rows. What I mean is that if the tables have 3 rows, then they will be spied successfully but as...
  7. P

    Python script running from Blue prism

    Hi, I am trying to run a python script which is updating the text file from Blue prism(start process action in environment object), so i have given the inputs clearly as defined by blue prism(one is python exe file and other is original python .py file) and the action is running successfully...
  8. B

    Mapiex and Outlook

    I am using Mapiex to read email from Outlook and its working fine but when i close the outlook its not updating/syncing the new emails and thus Mapiex is not able to read new emails. I thought of adding one extra step to my robot which will open the outlook and click on sync tab every time the...
  9. V

    Object is not found through Control Center

    My current process runs without issue when I am walking through it to test. All spied objects are found, selected, and navigated correctly. Once I moved to start testing through the control center on my Runtime Resource I keep getting errors in the Navigation stage that the element spied does...
  10. M

    Unable to run process in control room

    Hi Everyone, When I am trying to run a process from the control room I am getting "Not Connected Resource-1 can't start process" error. But the resource status is IDLE. Please advise. Please find the attachment for reference.
  11. N

    How can i read Sharepoint list?

    Hello, Is there any way to read SharePoint List and store that data into Collection or Excel. And Update that list. Thanks in Advance.
  12. M

    Request Stop From Another Process

    Hi, Is it possible to have a process on one bot request a stop on another bot? Regards
  13. N

    How to add Images on Microsoft PowerPoint

    Hello All, I am working on Microsoft Power Point Automation. On a standard Microsoft Power Point template, I need to add Images (.png,.jpg,.gif) in 4x4 format in a particular Text Frame. I am reading Images from shared location and all those Images are in a Collection. Can you please help me...
  14. L

    Interacting with SAP Top Menu Bar

    Hi, all! I am automating SAP processes using Blue Prism. Some scripts I am making require interaction with SAP's top menu. The top menu bar of SAP that often displays options such as Menu, Settings, Edit, etc. (shown in picture). For some scripts I can get away with using F-commands, but...
  15. R

    Login Solution for Hard Token with Blue Prism?

    We have a scenario where bot needs to login into Amazon, with hard token displayed in mobile phone. Can we automate these type of scenarios using Blue Prism? Any alternative way of login into the application? Please suggest. Thanks, Ranjit
  16. K

    BP Client via Citrix

    Has anyone published BP Client via Citrix? Can it be published like any other Application and be accessed by users? Any guidance/advise on this would be highly appreciated.
  17. M

    How to determine day of week by specific date?

    Hi Everyone, Is there a way to determine day of week by specific date ? For example Input 13 th nov 2018 Ouput Tuesday. Regards, K .Manikanta
  18. N

    Need Custom Code to Split String with delimiter

    Hello Team, I am having a requirement to split string of (Key, Value) format. First value will be field name and second value will be its value. Input string may vary with different length. Example : Input String : 'Name|Naveen|Job|Software|Country|India'. Expected Output : Name = Naveen...
  19. N

    How to launch .msc file extension

    Hello All, Is there any way to launch .msc file extension using Application Modeller? I am planning to close 'Task Scheduler'. Thanks in advance.
  20. N

    Check Folder Exist or Not

    Hello Team, I am having a requirement to check whether a particular folder (Process Files) exists or not in specified path (C:// Process Folders). If folder exists, I will not do anything. If folder doesn't exists, I need to create it by Bot. Is there any way to achieve it. Thanks in Advance.
Top