Search results

  1. J

    Attaching Excel File

    How to attach an active excel file that has dynamic file name.
  2. J

    Opening Email Template - Outlook Automation

    How to open a email template in outlook using Blue prism automation.
  3. J

    Excel - Popup - Save & Save As

    Thanks for the response. There was an macro error. It’s working fine now.
  4. J

    Excel - Popup - Save & Save As

    I’m getting the Save & Save As window while opening the excel file with Excel VBO. Same pop up appeared when opened it manually. Can someone help me to disable this popup with out doing anything with object modeller.
  5. J

    Facebook Automation

    Is it possible to automate Facebook actions like posting status,liking & commenting.
  6. J

    Splitting Collection

    How to split a collection based on the number of rows ?
  7. J

    Link enables excel opening issue

    Can you try running your process by removing the show excel action.
  8. J

    Issue while spying Mainframe application using Blue Prism

    Attach & start spying the elements using grid tool. Once you attached the application you will get a grid tool. Most of the mainframe applications doesn’t support spying operation without using attach stage.
  9. J

    Downloading Outlook Attachment Files

    Use Regex and extract the excel file names. The output collection of Get Recieved Action is expected to have an column named [Attachments] which has all the attachment names seperated with | symbol. I.e, |abc.jpeg|abc.xlsx|fun.jpeg| If your requirement is to download only the excel file...
  10. J

    Write Collection to Excel via Work Queue

    How did you copied the data from excel to collection. Are you using Get worksheet as collection - VBO.
  11. J

    Collection

    Hi Sachin, Finally It worked . Thanks for your support. I have added the DLL & namespaces listed in the attachment you shared.
  12. J

    Collection

    Could you please provide me the list of name spaces & DLL files I have to add
  13. J

    Collection

    Is it mandatory to add any DLL & name spaces for writing code in c#. This is the first time I'm using code stage with c#
  14. J

    Collection

    Hi Sachin, please find the attached code stage screen shot
  15. J

    Collection

    Hi Sachin, I have shared the screen shots here..
  16. J

    Collection

    When in click the Check code button it shows zero errors. But when I tried to execute I’m getting “Object Reference Error” I don’t have access to share screen shot. I’m sure that no mismatches in i/p and o/p names.
  17. J

    Collection

    @Sachin_Kharmale Thanks for the response. I’m getting the error message stating “Object reference not set to an instance of an object”
  18. J

    Collection

    How to transpose the Collection A into below format. Can some one help me with simple solutions. @Sukesh Kumaru @sivagelli
  19. J

    Code Stage Parameter Problem

    Could you please explain what is the use of below mentioned line CreateObject ("PCOMM.autECLPS")
  20. J

    Login Agent

    What is the use of Login Agent ?
Top