Search results

  1. C

    Link enables excel opening issue

    The Macros do not have any input parameters. I saved the macros in a separate workbook and am calling them to run on the workbook that I activate via Blue Prism, as the same macros need to be called on different workbooks. I added the show excel stage. I will try running the process without show...
  2. C

    Link enables excel opening issue

    I have an link enabled excel workbook, which opened manually gives a pop up to enter credentials to connect to the data source. If the same excel is opened from Blue Prism, it throws a pop up of : Excel has links, if you trust: update or not update pop up. I added an action via code stage to...
  3. C

    Sending email to specific addresses by attaching specific files from folders

    I have a scenario where I have three complex excel files. Each file has thirty to forty worksheets. Each worksheet in excel has to be saved with it's business center number as file name, in a created folder after some data manipulation. For example. file A has 1,2,3,4,centers, and hence 4files...
  4. C

    Bot posting previous read value instead of the current value

    I have a read stage in object where the bot reads value on the screen and then writes it in an application at process level. This happens for every case run from the queue. However, the bot is sometimes writing previous value. For eg if first value is ABCD then bot should write ABCD in the...
  5. C

    Autofill method of range class failed error in Queue Exception Reports

    I am trying to generate Exception report using the action create Queue Report(Basic Exception report) from the Object Queue Reports. I am able to generate Performance report, and Queue report( from single queue). I am facing an error " Autofill method of range class failed" just for the Basic...
  6. C

    Autofill method of range class failed erro in Queue Exception Reports

    I am trying to generate Exception report using the action create Queue Report(Basic Exception report) from the Object Queue Reports. I am able to generate Performance report, and Queue report( from single queue). I am facing an error " Autofill method of range class failed" just for the Basic...
  7. C

    Blue Prism_ Retrieving aa case from Q and going through a collection contaning files

    Thank you VJR. I will try it out and let you know how it worked for my specific case. Thanks much for the help.
  8. C

    Blue Prism_ Retrieving aa case from Q and going through a collection contaning files

    I have a queue with unique certificate IDs, and I have a collection containing files. Each file has a certficate ID. I want to get a case from queue, go to the collection, open the file and search for the certificate ID. If it finds, rename the file and close it. If not, dont change the name of...
Top