Search results

  1. B

    Save as pop up in edge is saving incorrectly

    Hi, In one of our process I'm trying to download a file from edge browser. We've enabled Ask me what to do with each downlod. We're getting the save as popup and using a write stage I'm writing my path in the filename textbox. This logic worked in dev but failed in qa. The file is...
  2. B

    File Exists giving wrong output

    Hello @ewilson , Yes, you got that correct. It's a virtual machine that we're getting this error on. Thanks, Babjee Vangipurapu
  3. B

    Blue prism scenario

    Hi Sham, Have an Environment Variable update it accordingly with the type of environment. Use a decision and check if it's prod then go to the flow of clicking button of not the other flow
  4. B

    File Exists giving wrong output

    Hi All, I'm using the File management VBO for checking the file that exists on a shared drive. BP is getting False as output even if the File exists at the respective location. I'm using the absolute file path as input for the action, and the file is present on the shared drive, the issue comes...
  5. B

    Read excel from a dynamic header row number

    Hi All, How to read Excel data from a different header row. For Instance my header row is on 20th row I need to start reading the data from 20th row with 2oth row as header. If header starts from 17th row I need to read data from 17th row with 17th row as header.
  6. B

    Reading Data from a share point list

    HI All, I'm trying to read data from a share point list but I'm unable to fetch data. Can someone please help in reading the data from a sharepoint list and the short query that should be written in order retrieve the data using Blueprism. Thanks in advance
  7. B

    Blue Prism changes extracted date to previous date while reading from Excel(using OLEDB)

    Hi Ahmed, I've been in this situation as well what I've observed is when we try reading a date into Blueprism by using oledb it converts that to UTC i.e; whatever timezone format you use in the input it considers that as local time and it converts that to UTC timing this is the reason date gets...
  8. B

    Avoiding Duplication in Queue While Creating Queue From Collection

    Hi Harshad, I've been through similar kind of situation I've used a turn around in which I get the pending and defferred items from the queues for past 2-3 days and remove the row in input collection if the item is present in get pending and defferred items collection you can achieve this by...
  9. B

    Font smoothing

    Hi Bala, When you're using surface automation in BP for better result yield this feature is to be disabled here you can use the concept of font smoothing
  10. B

    Excel Update using OLEDB

    Following is an example of update query. "update [SheetName$] set ColumnName= 'Value' where ColumnName="&[DataItemName]&"" SheetName----> This is the sheet in the Excel where you update values. "&[DataItemName]&"--->In order pass value from data item you need pass this way I'm not sure about...
  11. B

    Blueprism Scheduler is not working?

    Did this work Arun?
  12. B

    Blueprism Scheduler is not working?

    Hi, After restarting is the status present in running state? If not try starting it manually by selecting the service right click-->start
  13. B

    Blueprism Scheduler is not working?

    Hi Arun, Just for confirmation please take a look at the taskbar if any runtime resource exist if yes scheduler works. I've not tried Trial version on my own as of now. Run time resource icon looks the following way. Thanks, Babjee
  14. B

    How to maximize my browser window

    Hi Steven, Try passing key stroke shortcut for maximizing the screen. This might help. Thanks, Babjee
  15. B

    Font smoothing

    Hi Bala, Font smoothing is a effect in which windows OS will smoothen the letters i.e; without this letters will be viewed as checkers(squares). So when you try adding a font to bp it gives an error font smoothing is enabled just disable this in your system add your required fonts and enable...
  16. B

    Excel Update using OLEDB

    Hi Nancy, Delete Operation is not possible using oledb. We can just insert, update the records in excel. Thanks, Babjee
  17. B

    Blueprism Scheduler is not working?

    Hi Arun, Please give a try of restarting the blueprism services in services.msi
  18. B

    How to set Initial Values of a collection from excel file?

    Hi Michalides, Did you get the solution done for this if yes please help me further in concatenation I tried N ways but failed to fetch data. Thanks in advance
  19. B

    Attributes in table refreshing as scrolling down in JD Edwards E1

    Hi Derpa, Focus followed by highlighting the required check box using verify might help i.e focus the check box first then verify it using navigate stage then use global mouse click center. Give a proper delay.
  20. B

    Cannot find element in Unattended mode

    Hi, I've used HTML-IE mode and spied an element. The bot is able to find the element when we run it Attended mode(Debug and run from Control room) but when we run it in unattended mode it is not able to find the element. Please help me in solving this issue.
Top