Search results

  1. H

    Old format or invalid type library. (Exception from HRESULT: 0x80028019 (TYPE_E_UNSUPFORMAT))

    I am currently working on a project where I need to retrieve data from one web portal and update in another web portal - both accessing IE. When I am running the process which would work on about 700 items, I am getting below error message - Failed to perform step 1 in Navigate Stage 'Click...
  2. H

    Identifying End of Table

    I have a HTML page which has a table in it. I need to read the table data and process it. When I spied the HTML table, blue prism is not identifying it as a table element but is identifying as a HTML Element. so when I used get table action to get the table data, I am not getting the table data...
  3. H

    Convert multiple rows to single row in collection

    Hi, I have two collections with below structures: collection-1 No. of rows = 20 No. of columns = 1 Collection-2 No. of rows = 2 No. of columns = 10 my task is to move the data from collection-1 to collection-2 where the first 10 rows of collection-1 should be populated in first in 1st row in...
  4. H

    Unable to update data in webportal input box

    hi All, I have a web application which has few input boxes to enter data in. These input boxes might already have data in it, in which case, I need to clear off the existing data and update the new data in those boxes. The problem I am facing is, when I use a write stage to enter the new data...
  5. H

    HTML mode not showing up

    Hi, I have two business objects. The design approach is - the first business object launches a web application and the second business object attaches to the launched web application and does some data retrieval. I am able to launch the web application using the first business object but I am...
  6. H

    scrolling webpage

    I have a web application which contains number of rows. I need to process all the rows in the webpage. I am using dynamic attribute feature (incrementing counter) to process each claim. To be specific, the HTML attribute for first element is...
  7. H

    Selecting first item in duplicates from a dropdown

    Hi All, I have a webpage which has a dropdown. The values in this dropdown box are not unique - there are duplicates in it. Lets say I want to spy the wording "Property – Field Review – 2018-05" from the dropdown. It occurs two times - in the 4th row and 7th row. I verified the data item value...
  8. H

    BP Development Checklist

    Hi, Is there any checklist available which lists all the important things to follow/use while developing BP solution. For example, removing logging from unwanted stages before implementing the solution in production is a critical step that we might for get to do. I am trying to see if there is...
  9. H

    Work Queues, Collections - Limitations - design question

    Hi, I have a requirement where I need to process about 400K records which are in an excel. Of the 400K records, there could be about 75K records (based on some eligibility criteria) for which, I need to go to a web portal and obtain the required information and update the details in the portal...
  10. H

    Encrypting sensitive data from logs

    Hi All, If we have sensitive data in the BP process (SSN/License etc), is there any other option to encrypt/not display this information in the logs apart from using the option of disabling logging on the individual stage.
Top