Search results

  1. shikhar.mishra

    oledb open connection

    Provide proper connection string while opening the connection for oldeb
  2. shikhar.mishra

    Open named Instance

    Hi Prabha, Can you share some screenshot to get the context where its coming while debug or in unattended mode or in Object while debugging
  3. shikhar.mishra

    Multiple dots when reading Number as Text - Reading using OCR

    Hi , Check this more on region mode variants. Font issues might be so this deep dive will give you samples to explain how to do all things . https://university.blueprism.com/learn/course/200/play/43235:800/blue-prismr-surface-automation-deep-dive
  4. shikhar.mishra

    Excel VBO - Pivot Table Report Layout

    Hi @samaritanmachine, Can you use the Ms excel vbo - extended VBO which has below actions - It makes the pivot table easily
  5. shikhar.mishra

    Work with multiple Excel workbook.

    Hi Chakku, Its simple as its sequential way to go ahead Inputs for ex. File1,File2,File3,File3,File4,File5 Bot Process - 1. Bot will go to the target folder check if any files exists or not to progress ahead 2. If yes file exists they Bot will have collection of File to work one by one 3...
  6. shikhar.mishra

    HOW TO CREATE A NEW FOLDER IN MY PC USING BLUE PRISM

    Hi Venaka, Please import file in which all details of daywise folder is present. https://www.rpaforum.net/attachments/daywise-folder-zip.4681/
  7. shikhar.mishra

    Dropdown Selection Not Recognized When Using "Select Item"

    Hi Skauby , Please find below links , see if some setting can do enable the mode as its problem in chrome as well...
  8. shikhar.mishra

    Dropdown Selection Not Recognized When Using "Select Item"

    HI Skauby, Its happens in some website where dropdown selection using HTML or UI mode is not proper . You have to use another trick in which you can do follwoing things 1. Use AA mode to target the dropdown 2. Then when dropdownlist layout is out use use html mode to read the value of items 3...
  9. shikhar.mishra

    How To Combine multiple Excel into 1

    HI Raysen, Use existing VBO MS EXCEL - Copy and paste worksheet range there you can supply source file workbook to destination file workbook . So you can pass as many workbook excel to it.
  10. shikhar.mishra

    Tags

    Yes as per your bot machine name you have to see the tag filter condition or you can use one data item to set the filter and then pass in to action stage. so which ever machine name comes it will assign data item via calculation stage. whichever is easy as per your design view you can do.
  11. shikhar.mishra

    Tags

    just example name of any process I kept. it can be any process which you are designing.
  12. shikhar.mishra

    Tags

    So as per my example , If I have one process e.g. ProcessRunner running on 4 bots as I assumed Bot 1,2,3,4. So in ProcessRunner process - Bot 1 job is to just dump the case or ticket as into work queue. Bot 2 to pick Tag A Bot 3 to pick Tag B Bot 4 to pick Tag C So , I will use...
  13. shikhar.mishra

    Tags

    Hi Bala , As per the requirement , 4 Bots for eg. Bot 1,2,3,4 Bot 1 - has job to load the queue items - So we can keep it as dumper to queue. Bot 2 - use GetNextItem with Filter of tags for only checking Tag A. so you can use -Tag B;-Tag C . Hence only Tag A item will be fetched . Bot 3 - use...
  14. shikhar.mishra

    Expose process or object

    Refer this https://usermanual.wiki/Pdf/Blue20Prism20User20Guide2020Web20Services.795353567/view
  15. shikhar.mishra

    HELP about split !!

    I was checking the you request and making some logics with split string utility in BP . Its can be separated by ; then after that by , and then move those into one collection . Result you need is a collection in which values will be china, hongkong, australia, vietwnam etc. Just correct me if...
  16. shikhar.mishra

    Expose as Web services

    Hi Bala, Please refer https://usermanual.wiki/Pdf/Blue20Prism20User20Guide2020Web20Services.795353567/view
  17. shikhar.mishra

    Convert text file(Notepad) to Excel using Blue Prism

    Can you paste the exact file you wanted to convert into collection. If possible I will check and make something to advise
  18. shikhar.mishra

    Do we need to schedule processes using Active Queue ?

    Check https://www.rpaforum.net/threads/active-queue.10316/
  19. shikhar.mishra

    Active Queue feature ?

    Check https://www.rpaforum.net/threads/active-queue.10316/
  20. shikhar.mishra

    Queries regarding Credential management ?

    Hi Kamal, Steps to Automate Credentials 1. Get all Credentials as list by passing status like Valid or invalid etc. using VBO Credential output will be collection of Credential available 2. Loop around Credential Collection use get Credential details action to get username and other details...
Top