Recent content by cvs0115

  1. C

    Surface Automation

    It seems you didn't maximize the window before spying. That could lead to issues when the window opens in different areas of the screen. My advice is to run all automation with maximizing windows. From there you would need to create a region to look for No..... and then create a relative read...
  2. C

    Getting "HRESULT E_FAIL" error while loading web table into collection

    Is your collection undefined when you're starting the process? Do you know what the collections look like before the failure occurs? You may want to compare collections before the appending occurs. Maybe you need to drop a column before appending.
  3. C

    Surface Automation

    @Round_Matt What approach are you using? Have you tried using the label as a reference to pull the Enquiry number?
  4. C

    Getting "HRESULT E_FAIL" error while loading web table into collection

    @Divyarani411 What is the approach your using? Are you reading the table, appending collection, deleting the collection, etc.?
  5. C

    User defining input parameters

    Hello @CamiCat I don't think you can create an interface via Blue Prism. You would have to create it through another application. i.e. Excel, Access, Visual Studios. Once that occurs the application can send parameters via Blue Prism Web Services which would start the process.
  6. C

    Spying save As window

    Hi, Have you tried creating a new object for the "Save As" window? That would be the best solution. I would also create an action that checks to see if the "Save As" window exits, as well.
Top