Search results

  1. K

    Reply to different email address using mapiex

    Hi All, In blueprism mapiex an ID will be generated after reading an email and bot will reply in the same thread using this ID to the sender. I have some different scenario. Actually user configured in his outlook client to receive all reply emails to a different email address. so if we...
  2. K

    Internet Explorer has stopped working Pop up

    Hi Harish, i think you don't need to spy the window. what you can do is while configuring the application moduler you can provide the window title as "Internet explorer". In navigate stage drag the root to attach, after successfully attaching to the pop up use another navigate stage and drag the...
  3. K

    Launch and spy .accdb file

    Hi ravi teja, i did the same and it's working fine. Thank you
  4. K

    [Question]How to scroll down the webpage

    instead use focus action in navigate stage before click action. i think it will work
  5. K

    Can we make a Phone Call or send a message using Blue Prism?

    For that i think we need to automate online messaging sites like way2sms. Try that if it makes sense.
  6. K

    fill the empty lines in excel

    Hi VJR, your code is working fine but when i am using copy and paste worksheet range action in MS Excel VBO, BP is getting hanged. can we achieve this through code?(i mean filling up the empty cells with the value above for specified columns) Thanks a lot
  7. K

    Launch and spy .accdb file

    Hi all, i need to launch .accdb file, login and upload some files to get the final file. how can i launch .accdb file? i tried with windows application, but it will launch only .exe file i also tried with web application but didn't worked
  8. K

    fill the empty lines in excel

    Thanks VJR, Now got the idea on how to achieve it....
  9. K

    fill the empty lines in excel

    I have one excel file with some 100000 rows and 10 columns, in this range there are some empty cells, i have to fill these empty cells with the value above it. i.e if A1=one and A20=two then i have to fill A2 to A19 as one. i am thinking of using copy and paste worksheet range action in Excel...
  10. K

    Filter Excel Data By Specific Criteria

    Thanks VJR, it's working.
  11. K

    SAP

    Create another object and attach to the IE using attach action in the navigate stage, then you will be able to spy..
  12. K

    Filter Excel Data By Specific Criteria

    Hi VJR, first of all thanks a lot for your effort, suppose if i want to filter all the rows containing the letter 'o', in the second column in your example how can i do that?
  13. K

    Element can only be spy in HTML mode, but no response after Click/Read value

    Hi, Use Focus action in navigate stage before click or read actions, It will bring the element on to the screen
  14. K

    disable mouse

    Try Application Navigator in html mode, may be you can find the elements
  15. K

    Screenshots in the mail body.

    Thanks VJR, its working fine when i am running the html code as .html file but when include same html code as body in mail i am not getting the image in my mail rather i am getting only the border
  16. K

    Dynamic Wait stages in Region Mode / Surface Automation

    In page 1 use recover and resume stages and add sleep stage(using utility-general VBO) in between them and loop it Suppose if you want to read a text in page 2, add read stage and using block stage include read stage and recover in one block. Reconnect resume stage to read stage, now this loop...
  17. K

    Bp

    Yes my version 5.0.10 I need encryption scheme to practice multi bot architecture Is there any other way to do this since both of my PCs are installed with BP 5.0.10
  18. K

    Bp

    There is no encryption scheme under security tab in the system module
Top