Search results

  1. S

    Process and Object issue Attach

    Hi All, I request your help on the below My process has 2 sub processes and all are connecting to same object. It will work fine for first subprocess and after coming out from the first, it will connect to second process. I am facing issue here. It will attach to the running ie window, after...
  2. S

    Attach issue

    Hi All, We have created 2 objects for 1 process with different Action. Login logout terminate in one object and the other actions in different object. I used attach to connect my window when we execute with second object. Attach will work fine, but after that it is not identifying already spied...
  3. S

    Scheduling a process

    Scheduling a process is not working as expected. Created schedule and tried running in utc as well as local. Nothing happens. After the time passed, my process get disabled in scheduler. I have mapped the resource correctly. I tried running run now option from the scheduler, still nothing...
  4. S

    Bot completion check

    How to check all the bots are completed with processing from next process. Lets assume process 1 is doing by n bots. And process 2 wants to start upon completion of process 1 in all bots.
  5. S

    Work queue time

    How long the pending records will stay in work queue if we didnt proceed with the processing item. Also how long processed items will stay in queue.
  6. S

    Identify end of webpage

    Hi, How to check whether reached end of webpage. I am taking screenshot of a webpage in blueprism by using prtsc and pgdn. How to know whether i reached end of webpage, because the webpage length is varying for each search. Could anyone please help on this. Thank you.
  7. S

    hyperlink

    Hi All, As part of a process, I have saved a word document with url (as a text) and screenshot. To store url, I have used type text feature in ms word vbo. How can I get this url in hyperlink (clickable form), is there any features or code stage to get it as hyperlink.
  8. S

    Newline in word

    Hi, I need someones help on the below. I want to type a text in a new line in ms word, means one after another. When i use type text option twice, the 2 words are coming together. Eg. Data1- "hello" Data2 = "world" The output coming as - helloworld I want it seperated as brlow hello world
  9. S

    Filter data from collection

    Hi, Need help on the below. I want to filterout the rows from collection which is having renewal date less than 20 days. In excel it was in date format, now in collection it is text. Thanks
Top