Search results

  1. C

    Weird issue with running process from control room

    Hey guys, I have a VBO in which I have modeled a simple application. On the Login page of the VBO, username and password is entered into the app and then sign in is being clicked. This works perfectly if I launch the app manually and then run the page from VBO. It also runs perfectly if I call...
  2. C

    Sending "Alt + 2" keystroke to a Citrix application

    Still not working for me. I have opened Calculator application actually from Citrix
  3. C

    Sending "Alt + 2" keystroke to a Citrix application

    @mohan12 the shortcut switches the calculator app to scientific mode. @VJR Still not working :( using Text input as "%2", tried with global send keys and global send keys event both.
  4. C

    Sending "Alt + 2" keystroke to a Citrix application

    Thanks for replying. Do you mean this? If yes, then it did not work
  5. C

    Sending "Alt + 2" keystroke to a Citrix application

    Hey guys, does anybody know how to send a combination of keys to a Citrix application? Using the Navigate stage with Global Send Keys and "ALT + 2" as Text parameter is resulting in sending "2" to the application, not Alt + 2.
  6. C

    Issue with Type of Environment Variable

    The process is reading names off an excel sheet and if it finds a new name with the value "no" under "processed" column, it is just creating an invoice for that name as it has not been created yet and marks the processed column with "yes". Now I need to increment the invoice number every time a...
  7. C

    Issue with Type of Environment Variable

    Thanks @anisjolly restarting BP and machine did it. I figured out that I can't change the environment variable from within a process, so could you suggest what I can do if I need to increment a value (order number basically) every time a specific process is ran? Is there a way in BP to do that...
  8. C

    Issue with Type of Environment Variable

    I am facing a strange issue with Environment Variables. I have declared two of them as Number type, but when I try to use them in a calculation stage inside a Process, they show up as Text and not Number. I need to increment them basically. Am i missing something here?
  9. C

    Solved How do I convert a number to text?

    It is. I got confused. Thanks for answering
  10. C

    Solved How do I convert a number to text?

    Forgive me for asking such a small thing but I am unable to figure out how to convert a number to text so I could write it to Excel using Set Cell Value in MS Excel VBO
  11. C

    couldn't find VBO in process studio.

    You first need to import the Excel VBO in Blue Prism. When you are at the main page of BP application, click File - Import. By default, it should show you all the VBOs but if not, you can search in the BP installation directory. Once you import the VBO, you can call the Action stage in the...
  12. C

    Remote certificate error with Email - POP3/SMTP VBO, gmail

    Hi guys, I am trying to use the Email - POP3/SMTP VBO after importing it, with gmail email address but getting a certificate error while executing Get Message action. My OS on which blue prism is running is fully patched till today and in Internet Explorer, I am not facing any certificate issue...
  13. C

    Unable to identify HTML element | Two IE windows

    Yes, you are right. But that sure was a totally unrelated error :)
  14. C

    How to handle dynamic DIV values ?

    Hi @anisjolly If he knows that the value is either going to be only 1X2 or 1Y2, isn't Wildcard in place of X the ideal option to choose rather than Dynamic? If not, could you please tell why
  15. C

    How to handle dynamic DIV values ?

    In the application modeler, when you Identify an Element, the attributes appear. By default, on the right column, the Match Type is Equal (=). For each attribute, you can change it to Wildcard and use * wherever you want in the Value. By doing this, in your case, it will accept the element with...
  16. C

    How to handle dynamic DIV values ?

    Hello, have you tried changing the attribute to Wildcard and use "*" in place of 8/9 while keeping rest of it the same?
  17. C

    Unable to identify HTML element | Two IE windows

    @VJR It worked! The problem was that in my hash calculation Object, start and end stage was not connected in the "clean up" page. Totally unrelated but that's what it was.
  18. C

    Unable to identify HTML element | Two IE windows

    Hey, I implemented the Dynamic Wait like you suggested but it's still not working. The wait times out after 10 seconds trying to check whether the hash result element exists. However, it works if I run it as a single Object. Did you simply call the Object to calculate hash or got the text of...
  19. C

    Unable to identify HTML element | Two IE windows

    Believe me I have tried numerous attributes' combination and it always succeeds when it's running as a single Object but fails when the same Object is called from another Process/Object. If it was the case of attributes selection, I would have posted with the correct description.
  20. C

    Unable to identify HTML element | Two IE windows

    Well, the same Object works when I run it from the Studio without the Wait stage after clicking the calculate hash button and before attempting to read the result displayed on the same web page but I will implement this Wait and let you know. The Object fails stating that it's unable to...
Top