Search results

  1. R

    Unable to insert a large string into an excel cell using OLEDB

    Hi All, We are using OLEDB for excel operations and we have a scenario where we have to insert large text i.e., greater than 255 characters into an excel cell using OLEDB. While performing insert query OLEDB throws an exception. Has anyone faced this issue before, and what is the workaround...
  2. R

    PowerShell 1.3.1 VBO - Unable to execute Get-ADUser command

    Hi Team, We have a requirement where with user email id we need to know whether he is an active user in organization or user left the organization. In order to do that we are using powershell Get -ADUser commands. When i pass only powershell script in "PowerShellScriptCode" variable we are not...
  3. R

    Row 1 supplies a blank expression to argument 'Last Row Number' in read stage Get Rows action

    Hi All, I'm facing this issue in read stage --> Get Rows, Row 1 supplies a blank expression to argument 'Last Row Number'. I tried creating a new stage with same parameters, still the error exists. Thanks in advance.
  4. R

    How to Use data gateways to get Queue data to external DB using Blue Prism

    How to Use data gateways to get Queue data/Transaction level data to external DB. Currently we are able to get high level queue performance but if we want to analyze license utilization, resource availability etc. how to get this data using Data Gateways Thanks in advance:)
  5. R

    Solved Soft Terminate MS Edge - Restore Page Issue

    https://www.thewindowsclub.com/disable-restore-pages-notification-in-edge-browser Please try the steps which are mentioned in this article and please let us know if it works
  6. R

    Power BI integration with BluePrism

    Hi Sukesh, Can you explain a bit more on how you integrated Tableau with Blue Prism. My requirement is to fetch a report, which i'm doing with spying. But looking for other approaches to do the same. Thanks in advance
  7. R

    Firefox is getting crashed frequently at launch step itself

    @sahil_raina_91 Thank You for your response. After browser is crashed it was throwing a new window stating - Launch Firefox in Safe mode, by searching on this we got below setting as suggestion which worked fine. Still dont know the root cause but this additional setting has resolved this issue...
  8. R

    Firefox is getting crashed frequently at launch step itself

    Hi All, I'm using Firefox browser for one of my use case where it will search with some input, reads the output table and terminates the application. Currently it is getting crashed as soon as bot launches the application. If i see task manager there will be no instance and if i run in debug...
  9. R

    A Script/Web page is slowing down your browser - Issue with Firefox

    Hi All, I'm facing an issue where when i'm interacting with my target application firefox is throwing the following popup "A Script is slowing down your browser. what would you like to do Stop/Wait? " Because of that popup Blue Prism is getting hanged and it is not moving to next step. Please...
  10. R

    Global Send Keys Space issue

    Hi Sahil, Thank you for the response. It looks like issue with the application itself. It is a browser based silverlight application and not accepting spaces while typing also in those text boxes.
  11. R

    Global Send Keys Space issue

    Hi All, I'm having a scenario where i'm trying to pass some text containing spaces like "hello world" using global send keys in navigate stage. But while typing it is not giving space i.e., "helloworld". Has anyone faced this before? If so please share your views? Thanks, Bhargav.
  12. R

    Active X Component issue while writing collection to an Excel

    Hi All, I am facing an error i.e., "Could not execute code stage because exception thrown by code stage: Cannot create ActiveX component" when bot tries to write a collection to an excel. The major change what i observed is this queue reporting object is able to generate excel report in my...
  13. R

    how to open file using blueprism(double-click is possible)

    Try using Start process in utility-environment or strings and give the file path.
  14. R

    Blue Prism - In email - in html table - how to give column header width

    Try this th, td { padding: 5px; }
  15. R

    How to extract a table from a email body into collection

    If we get it as regular text then can you help me with the approach. I worked with strings, split lines and assigning to collection. But it is bit lengthy.
  16. R

    How to extract a table from a email body into collection

    Hi All, I have a requirement where i need to read a table (fixed columns and variable rows) present in mail body into a collection. Please share your thoughts on how to achieve this.Thanks in advance
  17. R

    How many ways we can launch a website

    Hi, we can also pass the "URL" using "Start Process" action. we can also spy the URL bar and pass the parameters using send keys. Thanks, Rs
  18. R

    How to apply filter in pivot table with Blue Prism

    Hi Julio, The data looks like a normal table, so can you read the data to a collection and then use filter on that particular column using "filter collection" action in collection manipulation VBO. later we can replace it on the same excel sheet. Thanks, Rs
  19. R

    Create file name with expression

    Don't you have the location and name of the file with which it should be saved? If you know the file name with which it should be saved then you can create an expression like you did above in destination path.
  20. R

    How to read subject line of email

    Hi Pooja, There is an inbuilt VBO of outlook where you can define inputs like from which user you want to read and which subject mails you want to fetch. Using this, fix the subject in that action and that will give you a collection of emails with that subject. Later you can send to new ID...
Top