Search results

  1. K

    API - Patch value to OptionSet field

    Hi All - Does anyone has experience in patching value to OptionSet field? To me - error throws like An error occurred while validating input parameters: Microsoft.OData.ODataException: Cannot convert the literal ''Applicaction Type (crc5e_applicationtype)'.605570003' to the expected type...
  2. K

    BluePrism DevOps

    Appreciate any help in finding whether BluePrism can be integrated with DevOps? If yes then how? I am assessing whether we can build a CI/CD pipeline model with Blue Prism, to make the deployments process smoother than it is currently. If anyone can find anything, please give me clarity
  3. K

    TERADATA Connect to ODBC

    Hi All - Can we connect TERADATA Database in Blueprism ? Is it possible to connect via ODBC/OLEDB? or should we need to write C# code
  4. K

    Blueprism - Webservices/API

    Does anyone has some good documentation links/Video url to learn Webservices/API functionalities via BluePrism? How to get trained and understand the basics of WebServices in BP?
  5. K

    Copy Collection

    Below error appears when I try to copy row from Source collection to output collection ( Utility - Collection Manipulation; Action: Copy Rows) Did someone have any resolution? @VJR Source Collection: Contains fields with values Output collection: Empty System Exception ...
  6. K

    Can we create Blueprism process as REST API

    I need to create a BluePrism process as REST API? Is that possible, if so from which version of BP it's possible? @VJR @Sachin_Kharmale
  7. K

    Rename field in collection

    Hi - I need to rename two fields from Collection and store the result in Collection2 Have to rename: Delay (Sec.) to Delay and Duration(sec.) to Duration Please check with attached screenshot and let me know where I am wrong
  8. K

    Compare two collections and get the result(same details in both collection) in 3rd collection

    Hi - My requirement is to compare two collections and get details in 3rd collection if the values are same, Can someone suggest. @Sachin_Kharmale @VJR @sivagelli For example: Coll1: Name Number Sachin 00099991 tendulkar 9988787 Kumar...
  9. K

    Excel Automation - Check comment present in cell, if there then append text with previous text

    Hi - Appending comment in excel cell works fine with below code with the help of @Sachin_Kharmale , but my new requirement is to check whether comment already there in cell. If it's already there I need to append new text with existing comment, else I need to add new comment in that cell. Dim...
  10. K

    Excel Automation - Add Comment

    Hi - I want to add comment to a particular Cell in excel sheet, How to proceed with this after Opening excel worksheet sheet in BluePrism?
  11. K

    Collection field - Adding different values

    I am adding value "Resolved" to a collection field using loop and calc stage for 20 records. How to add different values like "Resolved", "Opened", "Closed" randomly to the Collection field using loop.
  12. K

    Interview scenarios - Can anyone respond

    1) Memory usage for process calling process in a loop, process calling object in loop. 2)Retry loop scenarios 3) Surface automation release between environments . 4) Multiple bots for shared file email - SMTP server configuration steps. 5) Send keys and send keys events difference, best practices.
  13. K

    PDF Automation for Handwritten documents.

    Can we automate Handwritten PDF document? How to extract text from Handwritten PDF? Sometimes, Why is the process not shown in control room.(even after published)
  14. K

    Range between numbers

    Can someone help to achieve this using BluePrism? Find the range between the below numbers and convert numbers into text and store it in a single variable in descending order 63536-63540 83728-83728 84823-84824 Output – { 84824, 84823, 83728, 63540, 63539, 64538, 64537,64536}
  15. K

    HTML spying mode not working fine while adding user name and click save

    HTML spying mode not working fine while adding user name and click save, actually while clicking save user name disappears/not consistent. What should we do or shall we use Region mode/any other spying mode to overcome these type of issues?
  16. K

    Can anyone explain How Pool works in BluePrism?

    Can anyone explain How Pool works in BluePrism?
  17. K

    Robot screen capture in version 6 - Exception - Where to find captured screenshots in computer?

    Robot screen capture in version 6 - Exception - Where to find captured screenshots in computer?
  18. K

    Surface Automation - Capture row values one by one

    How to read row values and store in collection one by one without using drop down button and X, Y co-ordinates in Surface Automation? Is there any other way we can copy all and paste in collection? Please refer attached image
  19. K

    How to check Next button enabled or disabled?

    I am working with datatables.net website automation, requirement is to copy all the table values by clicking NEXT button(each page 10 rows). In last page Next button is non-clickable so my process needs to end after getting last table values. Can someone let us know how to differentiate Next...
  20. K

    How to copy Table with Rows and column as image(Region mode) and load it in collection or excel file?

    I've tried with Read with OCR action, still I couldn't copy all the rows and load it to collection or excel.
Top